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
- Host: GitHub
- URL: https://github.com/ovenx/nanoc-blog
- Owner: ovenx
- Created: 2020-02-13T08:40:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-13T08:55:29.000Z (over 5 years ago)
- Last Synced: 2025-01-21T01:12:41.989Z (4 months ago)
- Topics: blog, nanoc, org-mode, pandoc, ruby
- Language: Ruby
- Homepage:
- Size: 1.18 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```