st1020 / kita

Kita is a clean, elegant and simple blog theme for Zola.

Home Page:https://st1020.github.io/kita/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Kita is a clean, elegant and simple blog theme for Zola.

https://st1020.github.io/kita/

License:MIT License


Languages

Language:CSS 62.0%Language:HTML 37.6%Language:JavaScript 0.4%