README.md 1.1 KB

Catbook

CATbook is a CATegory-centric Jekyll theme for bloggers. There is a switch button to toggle between dark mode and light mode. This theme is originally inspired from Book.

LICENSE GENERATOR VERSION

Demo: https://starry99.github.io/catbook/

SCREENSHOT SCREENSHOT

Setup

$ git clone https://github.com/starry99/catbook
$ jekyll serve

# Now you can start customization!

Make it yours

If you want to create a new category, you need to create *name*.html in the categories folder. And add the following content:

---
layout: page
type: *name*
---

{% include archive.html %}

Then the number of pages in the category will be displayed.

License

MIT License