An open API service indexing awesome lists of open source software.

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

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)