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

https://github.com/ovenx/nanoc-blog

simple nanoc blog with org-mode
https://github.com/ovenx/nanoc-blog

blog nanoc org-mode pandoc ruby

Last synced: 3 months ago
JSON representation

simple nanoc blog with org-mode

Awesome Lists containing this project

README

        

# nanoc-blog

## install
```bash
bundle install
```

## build
```bash
bundle exec nanoc
```

## add post
```bash
bundle exec nanoc new post
```