Skip to content

jpchauvel/chauvel.org

Repository files navigation

Hellhound's Blog

To build, make sure you have Python 3.12 installed. Then install poetry:

pip install -U poetry

Then install all the necessary packages (make sure to change to the root directory of the project):

poetry install

And then, you can build the html files of the blog by running the following command:

poetry run ablog build

Then you can serve the files locally using this command:

poetry run ablog serve