A starter for Gatsby blog powered by Markdown.
- Write posts in Markdown
- Group posts by tag
- Use embeds inside posts
- Yearly archive
- Code syntax highlight
Install dependencies.
npm install
Remove the .cache
and /public
directories.
npm run clean
Start a hot-reloading development environment accessible by default at http://localhost:8000
.
npm run develop
Format code using Prettier.
npm run format
Perform an optimized production build for your static files.
npm run build
Start a local HTTP server for testing your built site. Remember to build your site using npm run build
before using this command.
npm run serve