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.
Demo: https://starry99.github.io/catbook/
$ git clone https://github.com/starry99/catbook
$ jekyll serve
# Now you can start customization!
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.