docs/content/themes/emily/index.md
+++ title = "emily_zola_theme" description = "a KISS theme for Zola" template = "theme.html" date = 2023-11-05T15:26:56+09:00
[taxonomies] theme-tags = []
[extra] created = 2023-11-05T15:26:56+09:00 updated = 2023-11-05T15:26:56+09:00 repository = "https://github.com/kyoheiu/emily_zola_theme.git" homepage = "https://github.com/kyoheiu/emily_zola_theme" minimum_version = "0.14.1" license = "MIT" demo = "https://emily-zola-theme.netlify.app/"
[extra.author] name = "Kyohei Uto" homepage = "https://github.com/kyoheiu" +++
A KISS theme for Zola (static site generator written in Rust).
Features:
Demo site is here.
cd YOUR_SITE_DIRECTORY/themes
git clone https://github.com/kyoheiu/emily_zola_theme.git
and set the theme-name in config.toml to emily_zola_theme.
theme = "emily_zola_theme"
In YOUR_SITE_DIRECTORY/themes/emily_zola_theme/content.
To use MathJax, add the following lines to the front matter in .md file. [extra] is mandatory:
[extra]
math = true
In addition to default values, you can customize following parts easily:
index.html (default 5)Set your own in themes/emily_zola_theme/theme.toml, or to overwrite, copy [extra] block, paste it into your config.toml and edit.