hello.md (590B)
Rendered
+++
title = "Hello World!"
description = "Upholding Tradition ;)"
date = 2022-02-15
updated = 2025-12-15
[taxonomies]
tags = ["Misc"]
[extra]
math = true
edit = false
comments = false
+++
Hello World!
Just following tradition ;)
This website is generated by Zola using a modified version of the zerm Theme, with support for custom color schemes, and math typesetting using \(\KaTeX\)
Check out the {{ url(path="test", text="Test Page", trail_slash=false) }} to view the capabilities of this website
Code
| +++
title = "Hello World!"
description = "Upholding Tradition ;)"
date = 2022-02-15
updated = 2025-12-15
[taxonomies]
tags = ["Misc"]
[extra]
math = true
edit = false
comments = false
+++
**Hello World!**
Just following tradition ;)
This website is generated by [Zola](https://www.getzola.org/) using a modified version of the [`zerm`](https://github.com/ejmg/zerm) Theme, with support for custom color schemes, and math typesetting using [$\KaTeX$](https://katex.org/)
Check out the {{ url(path="test", text="Test Page", trail_slash=false) }} to view the capabilities of this website
|