diogenes.dev
A blog about programming, data engineering and even more random stuff
Quick Start
- Install dependencies:
uv sync - Serve documentation:
just dev - Build documentation:
just build - Convert markdowns:
just md2html
Documentation
Quick links — the full nav is in the top bar.
GitHub Pages
Note for new developers: To enable the GitHub Pages deployment, go to Settings → Pages in this repository and set the source to "GitHub Actions". The
deploy.ymlworkflow will handle the rest.