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

{%/* extends "zola-clean-blog/templates/index.html" */%}
{%/* block copyright */%}
Copyright %copy; Example, Inc. 2016-2019
{%/* endblock copyright */%}
{%/* extends "zola-clean-blog/templates/index.html" */%}
{%/* block analytics */%}
<script>
...
</script>
{%/* endblock analytics */%}