Note
moved to https://github.com/tobi-de/pw
Code source for my personal website.
Python 3.10
Poetry 1.2
Postgresql 10
poetry shell
poetry install
pre-commit install
poe r
Open a new terminal and run
poe t
pygmentize -S github-dark -f html -a .codehilite > dotfm/static/css/code.css
poethepoet is the task runner used here. To see all available commands read
the [tool.poe.tasks]
section of the pyproject.toml
file or run poe -h
to see the help page.