Kita is a clean, elegant and simple blog theme for Zola. https://kita-zola.pages.dev
Find a file
2024-08-01 21:49:55 +08:00
.github/workflows chore: update GitHub Workflow 2024-08-01 21:05:06 +08:00
content feat: add rounded for img 2024-08-01 21:04:44 +08:00
static feat: add rounded for img 2024-08-01 21:04:44 +08:00
templates fix: get_social_icon can not get local icon 2024-08-01 21:49:55 +08:00
.gitignore init: initial commit 2023-10-20 22:53:59 +08:00
.prettierignore feat: support Simple Icons for social icons 2024-05-19 18:22:56 +08:00
.prettierrc.js init: initial commit 2023-10-20 22:53:59 +08:00
config.toml fix: fix build error due to config change (#16) 2024-07-01 20:31:59 +08:00
LICENSE docs: update license 2024-01-12 21:43:52 +08:00
package.json fix: code block with linenos and hl_lines style error 2024-08-01 20:35:25 +08:00
pnpm-lock.yaml fix: code block with linenos and hl_lines style error 2024-08-01 20:35:25 +08:00
README.md docs: update docs 2024-01-12 21:49:15 +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.

Demo

Screenshot

Features

  • Easy to use and modify
  • No preset limits (This theme does not limit your content directory structure, taxonomy names, etc. It's applicable to all zola sites.)
  • Dark mode
  • Responsive design
  • Social icons
  • Taxonomies support
  • Projects page
  • Archive page
  • 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) 2023-present, st1020