BillyDM / simplify

Simplify is a minimal Zola theme built with Simple.css

Home Page:https://simplify-zola.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simplify is a minimal Zola theme built with Simple.css

https://simplify-zola.netlify.app

License:MIT License


Languages

Language:HTML 100.0%