No Description

Jongwook Ham bf3838f011 make it work 1 week ago
.jekyll-cache bf3838f011 make it work 1 week ago
_includes 706c4e5c85 Revert "Update _config.yml" 1 week ago
_layouts 706c4e5c85 Revert "Update _config.yml" 1 week ago
_posts 706c4e5c85 Revert "Update _config.yml" 1 week ago
_sass bf3838f011 make it work 1 week ago
assets bf3838f011 make it work 1 week ago
categories 706c4e5c85 Revert "Update _config.yml" 1 week ago
.gitignore a9fa120f44 1.0 4 years ago
404.html 1ed953641b 1.0 4 years ago
LICENSE a9fa120f44 1.0 4 years ago
README.md 706c4e5c85 Revert "Update _config.yml" 1 week ago
_config.yml 706c4e5c85 Revert "Update _config.yml" 1 week ago
aboutme.html 706c4e5c85 Revert "Update _config.yml" 1 week ago
feed.xml a9fa120f44 1.0 4 years ago
index.html a9fa120f44 1.0 4 years ago
robots.txt a9fa120f44 1.0 4 years ago
sitemap.xml a9fa120f44 1.0 4 years ago

README.md

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