Demo: https://easydocs.codeandmedia.com/
This theme for Zola (static site engine) helps you build and publish your project docs easily and fast. Zola is just one binary that outputs html-pages and additional static assets after building your docs written in Markdown. Thus, you can take the theme, your md-files, Zola and gain flexible and simple website for documentation.
As you may have heard Zola is quite flexible :) So, the scenario below is one of hundreds possible ways to make things done, feel free to find your best. Also, Zola provides their own mechanism to install and use themes, see the docs.
title
and when you want to have anchor right of your headers add insert_anchor_links = "right"
to each index. theme.toml
, screenshot and readme may be deleted too. config.toml
change URL and title on your own. In extra section you can specify path to your GitHub API for version below the logo on nav, favicon and logo itself. Or just remove the lines if you don't need it. Also, you can configure or turn on some additional settings related to Zola. Specification is here.These options can be configured in the extra
section of the config.toml.
If any are not present it has the same behaviour as the default which is shown in the starter config.toml.
index.html
. This functionality was insired by Abridge theme. Note that for this to work it also requries the base URL to be set to the local folder where the site will be stored eg. base_url = file:///home/user/mysite/public/
. Therefore this is not portable and only works with a specific local folder, but does not require a webserver to navigate the site.Enjoy your docs!