This is my personal site at storopoli.com.
It is built with Rust, Zola, and the tabi theme.
To run the site locally, you need to have Zola installed, and run the following command;
zola serve
By default, all JavaScript1 is disabled.
Math support can be enabled by setting the frontmatter with:
[extra]
katex = true
This will load KaTeX
under the hood, and anything between $
and $$
will be rendered as inline or equation math
using JavaScript.
Check all the supported functions in KaTeX documentation.
Mermaid diagrams can be enabled by setting the frontmatter with:
[extra]
mermaid = true
This will load Mermaid
under the hood, and anything between {% mermaid() %}
and {% end %}
will be rendered as a Mermaid diagram.
The code is MIT and the content is Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International.
Footnotes
-
JavaScript is a security issue. JavaScript enables remote code execution. The browser is millions of lines of code, nobody truly knows what is going on, and often has escalated privileges in your computer. ↩