mirror of
https://github.com/SebastianStork/kita.git
synced 2026-01-21 12:11:35 +01:00
Kita is a clean, elegant and simple blog theme for Zola.
https://kita-zola.pages.dev
| .github/workflows | ||
| content | ||
| static | ||
| templates | ||
| .gitignore | ||
| .prettierignore | ||
| .prettierrc.js | ||
| config.toml | ||
| LICENSE | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| screenshot.png | ||
| tailwind.config.js | ||
| theme.toml | ||
Kita
Kita is a clean, elegant and simple blog theme for Zola.
This theme is based on Hugo theme hugo-paper with some features added.
Features
- Easy to use and modify
- Dark mode
- Social icons
- Taxonomies support
- Table of Content
- SEO Friendly
- Comments using Giscus
- Mathematical notations using KaTeX
- Diagrams and charts using Mermaid
Installation
The easiest way to install this theme is to clone this repository in the themes directory:
git clone https://github.com/st1020/kita.git themes/kita
Or to use it as a submodule:
git submodule add https://github.com/st1020/kita.git themes/kita
Then set kita as your theme in config.toml.
theme = "kita"
Configuration
See the extra section in config.toml as a example.
License
Copyright (c) 2013-present, st1020
