Skip to content

storopoli/storopoli.com

Repository files navigation

storopoli.com

CC-BI-NC-SA 4.0

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

JavaScript

By default, all JavaScript1 is disabled.

Math Support

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

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.

License

The code is MIT and the content is Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International.

CC BY-NC-SA 4.0

Footnotes

  1. 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.