A repository to collect my writeups and notes on CTF challenges I did.
The page is rendered via mkdocs-material using poetry as the python package manager.
git clone git@github.com:Sirius-A/ctf-writeups.git
cd ctf-writeups
# Insatall Deps
poetry install
# Serve the page locally
poetry run mkdocs serve
# Build a static HTML site
poetry run mkdocs build --strict