This is the source code of my personal website hosted at linu.sk. It is built using Zola, a static site generator (SSG) written in Rust.
Feel free to open an issue or pull request if you think something could be improved!
Clone this repository:
git clone git@github.com:linuskmr/linu.sk.git
Install the Zola SSG as described at getzola.org > Installation.
For a live preview of the site with hot reloading, run:
zola serve
To build the website to the output
directory, run:
zola build
You can then serve the website using any webserver, e.g.:
python3 -m http.server