Skip to content

tlalarus/tlalarus.github.io

Repository files navigation

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.

Docker

$ docker run --rm --volume="$PWD:/srv/jekyll" -p 4000:4000 -it jekyll/jekyll bundle exec jekyll serve

License

MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published