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
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
Any contribution you make should be placed in the blog/
directory and you could choose between reStructuredText (.rst) or Markdown (.md).