jekyll-nehan is Jekyll theme powered by nehan.js to display your blog post like book style.
  • CSS 57.1%
  • HTML 32.2%
  • JavaScript 10.7%
Find a file
2016-01-17 08:45:36 +09:00
_includes fix path 2014-06-24 16:15:03 +09:00
_layouts first commit 2014-06-24 04:14:36 +09:00
_posts fix class 2015-06-18 19:20:56 +09:00
assets first commit 2014-06-24 04:14:36 +09:00
css first commit 2014-06-24 04:14:36 +09:00
js update fa plugin 2016-01-17 08:45:36 +09:00
_config.yml fix path 2014-06-24 16:15:03 +09:00
about.md fix path 2014-06-24 16:15:03 +09:00
feed.xml first commit 2014-06-24 04:14:36 +09:00
index.html first commit 2014-06-24 04:14:36 +09:00
README.md add demo link 2014-06-24 17:04:23 +09:00

Summary

jekyll-nehan is Jekyll theme powered by nehan.js to display your blog post like book style.

See demo.

Screen shot

How to use

Just add book_type('vert' or 'hori') to the header of post.

---
layout: post
title: awesome book
date: 2014-06-23
book_type: hori
---

hori means 'horizontal text style', and vert 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.