haemka dcf5f04d3b
Build and deploy / build-and-deploy (push) Successful in 27s
Write a proper README
Describes the site, its content, and the repo structure instead of
the previous one-line placeholder.
2026-08-14 17:28:39 +00:00
2026-08-13 15:00:56 +02:00
2022-09-23 17:40:35 +02:00
2020-05-31 18:51:45 +02:00
2026-08-14 17:28:39 +00:00

haemka.de

Source for haemka.de, a personal website. Content is a mix of technical write-ups (Linux, homelab, medical informatics, FHIR/HL7) and notes from day-to-day work and tinkering, published in both English and German.

The site is built with Pelican, a static site generator written in Python, using a custom theme kept in a separate repository (pelican-latex) that mimics the typographic look of LaTeX documents.

Structure

  • content/en/, content/de/ — articles, one tree per language
  • content/pages/ — static pages such as the about page
  • content/images/ — images referenced from articles and pages
  • pelicanconf.py — base site configuration
  • publishconf.py — production-specific overrides (imported on top of the base config)
  • themes/latex/ — the theme, included as a git submodule

Localization is handled by Pelican's i18n_subsites plugin: English is the default language, German is generated as a subsite of it.

S
Description
No description provided
Readme 20 MiB
Languages
Python 87.7%
Shell 12.3%