Skip to content

diogenes.dev

A blog about programming, data engineering and even more random stuff


Quick Start

  1. Install dependencies: uv sync
  2. Serve documentation: just dev
  3. Build documentation: just build
  4. 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.yml workflow will handle the rest.