dcf5f04d3b34ffdcfd34fba8b413b03112996c25
Build and deploy / build-and-deploy (push) Successful in 27s
Describes the site, its content, and the repo structure instead of the previous one-line placeholder.
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 languagecontent/pages/— static pages such as the about pagecontent/images/— images referenced from articles and pagespelicanconf.py— base site configurationpublishconf.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.
Description
Languages
Python
87.7%
Shell
12.3%