personal-page/themes/emily_zola_theme
2024-11-10 21:45:59 +00:00
..
content feat: implement barebone zola templates 2024-11-10 21:45:59 +00:00
sass feat: implement barebone zola templates 2024-11-10 21:45:59 +00:00
static feat: implement barebone zola templates 2024-11-10 21:45:59 +00:00
templates feat: implement barebone zola templates 2024-11-10 21:45:59 +00:00
.gitignore feat: implement barebone zola templates 2024-11-10 21:45:59 +00:00
config.toml feat: implement barebone zola templates 2024-11-10 21:45:59 +00:00
LICENSE feat: implement barebone zola templates 2024-11-10 21:45:59 +00:00
Makefile feat: implement barebone zola templates 2024-11-10 21:45:59 +00:00
railwind.config.ron feat: implement barebone zola templates 2024-11-10 21:45:59 +00:00
README.md feat: implement barebone zola templates 2024-11-10 21:45:59 +00:00
screenshot.png feat: implement barebone zola templates 2024-11-10 21:45:59 +00:00
theme.toml feat: implement barebone zola templates 2024-11-10 21:45:59 +00:00

emily_zola_theme

screenshot01

A KISS theme for Zola (static site generator written in Rust).

Features:

  • simple & clean
  • mobile-friendly
  • MathJax support

Demo site is here.

Usage

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"

example articles

In YOUR_SITE_DIRECTORY/themes/emily_zola_theme/content.

MathJax support

To use MathJax, add the following lines to the front matter in .md file. [extra] is mandatory:

[extra]
math = true

How to customize

In addition to default values, you can customize following parts easily:

  • author name (appears in footer)
  • header icon (appears in header)
  • favicon
  • header icon size (default width: 70px)
  • number of posts in 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.