mirror of
https://github.com/SebastianStork/kita.git
synced 2026-01-21 12:11:35 +01:00
init: initial commit
This commit is contained in:
commit
e38bcddf57
48 changed files with 3752 additions and 0 deletions
47
README.md
Normal file
47
README.md
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
# Kita
|
||||
|
||||
Kita is a clean, elegant and simple blog theme for Zola.
|
||||
|
||||
This theme is based on Hugo theme [hugo-paper](https://github.com/nanxiaobei/hugo-paper) with some features added.
|
||||
|
||||

|
||||
|
||||
## Features
|
||||
|
||||
- Easy to use and modify
|
||||
- Dark mode
|
||||
- Social icons
|
||||
- Taxonomies support
|
||||
- SEO Friendly
|
||||
- Comments using [Giscus](https://giscus.app/)
|
||||
- Mathematical notations using [KaTeX](https://katex.org/)
|
||||
|
||||
## Installation
|
||||
|
||||
The easiest way to install this theme is to clone this repository in the themes directory:
|
||||
|
||||
```sh
|
||||
git clone https://github.com/st1020/kita.git themes/kita
|
||||
```
|
||||
|
||||
Or to use it as a submodule:
|
||||
|
||||
```sh
|
||||
git submodule add https://github.com/st1020/kita.git themes/kita
|
||||
```
|
||||
|
||||
Then set `kita` as your theme in `config.toml`.
|
||||
|
||||
```toml
|
||||
theme = "kita"
|
||||
```
|
||||
|
||||
## Configuration
|
||||
|
||||
See the `extra` section in [config.toml](https://github.com/st1020/kita/blob/main/config.toml) as a example.
|
||||
|
||||
## License
|
||||
|
||||
[MIT License](https://github.com/st1020/kita/blob/main/LICENSE)
|
||||
|
||||
Copyright (c) 2013-present, st1020
|
||||
Loading…
Add table
Add a link
Reference in a new issue