https://github.com/johnlindquist/blog
https://github.com/johnlindquist/blog
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/johnlindquist/blog
- Owner: johnlindquist
- Created: 2017-01-11T07:50:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T16:34:17.000Z (over 3 years ago)
- Last Synced: 2025-04-07T20:49:58.692Z (over 1 year ago)
- Language: JavaScript
- Size: 109 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Purpose
Run `blog "My New Blog Post"`
- Creates a markdown file named `my-new-blog-post.md` in your content directory
- Fills out the frontmatter: title, slug, date, published
- Launches your Gatsby server (if not already running)
- Opens your browser directly to your new post
- Opens VS Code to your new markdown file
## Setup
- git clone
- `npm i`
- change paths in `index.js` to match your filesystem
- `npm i -g ./` inside your folder
The `blog` command should be globally available.