Sources for my blog
Find a file
trotFunky 94294c5d31 Update theme and config for Zola 0.21
Languages are handled completely differently now, so add the relevant
category.
This allows us to translate the page title !

Move things around in the config file so they are a bit more in line
between the "default language" and translations.

Due to the languages changes, update the theme as well.
2025-09-07 00:38:57 +01:00
content Fix links in "Attempting an aarch64 port" 2025-09-07 00:35:42 +01:00
static/images (fr) Attempting an aarch64 port 2021-05-23 01:23:02 +01:00
themes Update theme and config for Zola 0.21 2025-09-07 00:38:57 +01:00
.gitignore Switch from Pelican to Zola 2020-10-03 00:45:33 +02:00
.gitmodules Switch from Pelican to Zola 2020-10-03 00:45:33 +02:00
config.toml Update theme and config for Zola 0.21 2025-09-07 00:38:57 +01:00
new_article.sh Switch from Pelican to Zola 2020-10-03 00:45:33 +02:00
README.md Switch from Pelican to Zola 2020-10-03 00:45:33 +02:00

TFK-Blog

This is the sources for my blog. They are generated using Zola and based on custom changes of the Zulma theme.

Prerequisites

You only need Zola installed on your system, check the instructions on their site.

Build

To test the site locally, you can run zola serve at the root of the repository (After the submodule for the theme has been set up). If you run the zola build command, the site will be build and output in the public directory.

Write

You can use the script new_article.sh to create a new article, fill its metadata and start editing it righ away. Otherwise, they are under content/articles