My blog/wiki/dump space.
Made with Zola.
To serve the website locally, you need to install Zola.
Then, run:
$ zola serve --port 8080 --base-url /If you don't want to install it and you have Podman or Docker, you can use the Makefile provided in the repo:
$ make serveIn any case, the website should appear on http://localhost:8080.
TODO
For pages, commits should be like
<category>: <action> <description>
Where
categoryis the content category, such as blog, wiki, etc.;actionis one of the following:add,update,fix;descriptionis a (very) brief description motivating the commit.
For contributions regarding the website's code (style, templates, js etc.), please follow the Angular's commit message guidelines.