Kita is a clean, elegant and simple blog theme for Zola. https://kita-zola.pages.dev
Find a file
2023-10-22 22:15:53 +08:00
.github/workflows init: initial commit 2023-10-20 22:53:59 +08:00
content feat: mermaid shortcode support code block inside 2023-10-22 22:15:53 +08:00
static feat: change icons path 2023-10-22 19:34:00 +08:00
templates feat: mermaid shortcode support code block inside 2023-10-22 22:15:53 +08:00
.gitignore init: initial commit 2023-10-20 22:53:59 +08:00
.prettierignore init: initial commit 2023-10-20 22:53:59 +08:00
.prettierrc.js init: initial commit 2023-10-20 22:53:59 +08:00
config.toml feat: change icons path 2023-10-22 19:34:00 +08:00
LICENSE init: initial commit 2023-10-20 22:53:59 +08:00
package.json init: initial commit 2023-10-20 22:53:59 +08:00
pnpm-lock.yaml init: initial commit 2023-10-20 22:53:59 +08:00
README.md feat: admonition shortcode 2023-10-22 19:11:14 +08:00
screenshot.png init: initial commit 2023-10-20 22:53:59 +08:00
tailwind.config.js init: initial commit 2023-10-20 22:53:59 +08:00
theme.toml init: initial commit 2023-10-20 22:53:59 +08:00

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.

Screenshot

Features

  • Easy to use and modify
  • Dark mode
  • Social icons
  • Taxonomies support
  • Table of Content
  • Admonition shortcode
  • 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

MIT License

Copyright (c) 2013-present, st1020