Table of Contents
Generate table of contents using `[TOC]` syntax.
This theme is based on Halcyon, which is originally a color scheme for dark mode only. I've now create a light mode as well, and you can switch between light and dark mode by setting the classes .dark or .light on the body of the document. See the static/src/theme-toggle.js file how we do this.
A couple of features are added. For details, check the features in the navigation bar, but here's a quick overview:
[TOC] in your markdown source.And more!
For details, see the Zola documentation, but briefly:
cd your-zola-site
git submodule add https://github.com/dbarenholz/halcyon-zola themes/halcyon
Then modify your config.toml to set theme = halcyon.
Generate table of contents using `[TOC]` syntax.
Explanation of how Mermaid diagrams are supported in Halcyon, allowing you to include diagrams in your content using Mermaid syntax.
Explanation how MathJax is supported in Halcyon, allowing you to include mathematical notation in your content using LaTeX syntax.
Explanation of the wikilinks feature, which allows you to link to other pages in your site using [[double brackets]].