Visit it at blog.schawe.me.
Ensure that python3
is installed and poetry
is available.
git clone https://github.com/surt91/blog.git
cd blog
git submodule update --init --recursive
poetry install
poetry run make publish
- upload the static files in the
output
directory to some web server or use a cloud service- GitHub pages using GitHub Actions
- Netlify using
netlify.toml