To build, make sure you have Python 3.12 installed. Then install poetry:
pip install -U poetryThen install all the necessary packages (make sure to change to the root directory of the project):
poetry installYou can build the html files of the blog by running the following command:
poetry run ablog buildThen you can serve the files locally using this command:
poetry run ablog serveAny contribution you make should be placed in the blog/ directory and you could choose between reStructuredText (.rst) or Markdown (.md).