Vikas Potluri

Results 11 issues of Vikas Potluri

Adds functionality similar to the stop command - `ghost start {name}` now works as `ghost stop {name}` always has I realized this wasn't a thing as I was testing #765,...

It's relatively simple to add a toggle between light and dark mode, and javascript can be used to toggle a `dark` class to the body Here's an example of one...

enhancement

We should add a filter to our build pipeline that adds [UTM terms](https://www.launchdigitalmarketing.com/what-are-utm-codes/) to swag links so sites know devSwag sent the user

enhancement
help wanted
good first issue

I'm in the progress of implementing performance improvements both to the backend and frontend. Here's what's being done: - [x] minify html at buildtime - [x] use gulp@next vs github:gulp#4...

enhancement

Currently tags are all lower case: ![image](https://user-images.githubusercontent.com/4383564/46708841-47b95b00-cc06-11e8-8a3f-099ad34bfced.png) They would look better if they were `Sentence cased`

❔ question

no issue - Added basic type hints and usage examples to the social-urls package - Added a usage example and data structure to the schema-org README - Added JSDoc types...

reported on the [forum](https://forum.ghost.org/t/ghost-run-d-throws-typeerror/42487) depends on https://github.com/TryGhost/Ghost-CLI/pull/1814

* Discovered in https://github.com/TryGhost/Ghost-CLI/pull/1813 * Configured to align with https://ghost.org/docs/faq/node-versions/

## Current Behavior If we make a call with a secret, it will be printed to stdout. _note: I'm only including shell examples for brevity, but this applies to most...

Ghost added webhook signatures a while ago, so it'd be good to verify the signature before processing it for an additional layer of security. Bonus points for validating and single-use-limiting...

enhancement
help wanted