zola/docs/content/themes/simplify/index.md
Vincent Prouillet 90bddf0ef5
Update themes gallery (#1755)
Co-authored-by: GitHub Action <action@github.com>
2022-02-10 10:09:25 +01:00

1.8 KiB

+++ title = "simplify" description = "A minimal blog theme built with simple.css" template = "theme.html" date = 2022-02-09T00:41:54+05:30

[extra] created = 2022-02-09T00:41:54+05:30 updated = 2022-02-09T00:41:54+05:30 repository = "https://github.com/tarunjana/simplify.git" homepage = "https://github.com/tarunjana/simplify" minimum_version = "0.15.3" license = "MIT" demo = "https://simplify-zola.netlify.app"

[extra.author] name = "Tarun Jana" homepage = "https://www.tarunjana.in/" +++

Simplify is a minimal Zola theme built with Simple.css.

Demo

To have a taste of what Simplify is, please click here.

Screenshot

Screenshot

Installation

Install Zola in your machine as described in the official docs and follow the steps below to use Simplify theme in your site.

  1. Create a new Zola site (if you don't have a Zola site already):
zola init my-website
  1. Go to your site root:
cd my-website
  1. Initialize an empty git repository:
git init
  1. Add simplify theme as a git submodule:
git submodule add https://github.com/tarunjana/simplify.git themes/simplify
  1. Add the theme in your config.toml:
theme = "simplify"

Features

  1. Auto dark/light mode according to system preference
  2. Inject anything in the <head>...</head> tag.
  3. Math typesetting with KaTeX.

Documentation

Please see the wiki.

Credit

This theme is the product of some awesome projects listed below:

License

MIT