This is a simple static website builder written in Python. I built https://amirkarimi.dev using it.
npm install
poetry install
To run in development mode run the following after installing the dependencies in requirements.txt
:
python main.py serve --watch
To generate the final website run:
python main.py build