https://github.com/jongacnik/bloog
Kinda static, choo markdown blog
https://github.com/jongacnik/bloog
blog choo markdown static
Last synced: 7 months ago
JSON representation
Kinda static, choo markdown blog
- Host: GitHub
- URL: https://github.com/jongacnik/bloog
- Owner: jongacnik
- Created: 2017-03-26T05:22:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-26T06:29:27.000Z (over 8 years ago)
- Last Synced: 2025-03-16T20:11:12.915Z (7 months ago)
- Topics: blog, choo, markdown, static
- Language: JavaScript
- Size: 19.5 KB
- Stars: 8
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# bloog
[**Example ✨**](http://bloog.surge.sh/)
Tiny [choo](https://github.com/yoshuawuyts/choo) app which inlines markdown files to create a blog complete with pagination and permalinks.
This is verrrry simple, but perhaps that's all we need sometimes.
## Notes
- Posts go in the **posts** directory
- Posts will be sorted by filename (dates work well for chronology)
- Some [npm scripts]() are provided to make things easier, like...
- `npm start` runs blog locally for development
- `npm run new` makes a new post
- `npm run dist` builds blog for production into **dist**
- `npm run deploy` deploy to [surge](http://surge.sh/) (make sure to change url)