Source for blog.ogenki.io — a personal blog covering Cloud, security, DevOps, Kubernetes, and platform engineering. Posts are bilingual (English and French).
Built with Hugo and the hugo-clarity theme, deployed to GitHub Pages via GitHub Actions.
Hugo extended is required — the exact version is pinned in .mise.toml.
# Start a local dev server with live reload
hugo server
# Build the production site
hugo --minify
# Create a new post
hugo new post/my-post-name/index.mdcontent/en/post/— English postscontent/fr/post/— French posts (translations)content/*/post/series/— Multi-part series (e.g.agentic_ai/,observability/)themes/hugo-clarity/— Theme (git submodule)config/_default/— Hugo configuration split acrossconfig.toml,params.toml,languages.toml,markup.tomllayouts/— Site-specific overrides on top of the theme
See CLAUDE.md for the full content and front-matter conventions.
Smaine Kahlouch — @Smana