Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tategakibunko/jekyll-nehan
jekyll-nehan is Jekyll theme powered by nehan.js to display your blog post like book style.
https://github.com/tategakibunko/jekyll-nehan
Last synced: 1 day ago
JSON representation
jekyll-nehan is Jekyll theme powered by nehan.js to display your blog post like book style.
- Host: GitHub
- URL: https://github.com/tategakibunko/jekyll-nehan
- Owner: tategakibunko
- Created: 2014-06-24T04:56:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-16T23:45:52.000Z (almost 9 years ago)
- Last Synced: 2023-03-22T16:57:02.393Z (over 1 year ago)
- Language: CSS
- Size: 423 KB
- Stars: 5
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Summary
jekyll-nehan is Jekyll theme powered by [nehan.js](https://github.com/tategakibunko/nehan.js) to display your blog post like book style.
See [demo](http://tb.antiscroll.com/static/jekyll-nehan/).
## Screen shot
## How to use
Just add
book_type
('vert' or 'hori') to the header of post.```YAML
---
layout: post
title: awesome book
date: 2014-06-23
book_type: hori
---
```
hori
means 'horizontal text style', andvert
means 'vertical text style'.## Keyboard shortcuts
-
j
: goto next page
-k
: goto previous page
-left
: next(vert), previous(hori)
-right
: previous(vert), next(hori)## License
jekyll-nehan is licensed under MIT License.