dave-tucker / zola-clean-blog

A port of the StartBootsrap Clean Blog theme for Zola
MIT License
19 stars 19 forks source link

zola-clean-blog

screenshot

A port of the StartBootstrap Clean Blog theme, for Zola.

Demo

Live Demo

Usage

To use the theme, clone this repository to your themes directory. It requires that you use the categories and tags taxonomies. This can be done with the following additions to config.toml:

theme = "zola-clean-blog"

taxonomies = [
    {name = "categories", rss = true, paginate_by=5},
    {name = "tags", rss = true, paginate_by=5},
]

Features

How To Customize