From c9c86e5af071feee29b60bf35ee5156b884131ab Mon Sep 17 00:00:00 2001 From: david-swift Date: Tue, 25 Feb 2025 14:29:59 +0100 Subject: [PATCH] Make comments actual comments --- content/_index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/_index.md b/content/_index.md index 7990e52..1ce88ef 100644 --- a/content/_index.md +++ b/content/_index.md @@ -100,7 +100,7 @@ Configuration variables from `config.toml` that can be set/overriden per page/se - `styles`: Additional CSS styles; expects them to be in the `./static/` directory. If you are using Sass it will be generated there automatically. - `scripts`: Additional JavaScript scripts; expects them to be in the `./static/` directory. - `katex`: Whether to enable the KaTeX library for rendering LaTeX. -<--! TODO: Check table of contents --> + - `toc`: Enables table of contents. Only first 2 levels of headings are listed. - `toc_inline`: Whether to render inline table of contents at the top of all pages, in addition to floating quick navigation buttons. - `toc_ordered`: Whether to use numbered (ordered) list for table of contents. @@ -115,11 +115,11 @@ Other variables: - `trigger`: Displays a trigger warning message. - `disclaimer`: Displays a disclaimer message. -<--! TODO: Add instructions for documentation and subprojects --> + ### Blog Post Specific -<--! TODO: Check archived/featured/hot/poor --> + - `banner`: Filename of the [colocated](https://www.getzola.org/documentation/content/overview/#asset-colocation) banner image. Recommended dimensions are 2:1 aspect ratio and 1920x960 resolution. - `banner_pixels` Makes the banner use nearest neighbor algorithm for scaling, useful for keeping pixel-art sharp.