Personal website of Alexander Friedrich — https://hyperion-git.github.io/.
Built with al-folio v1.x (Jekyll). The al-folio starter is tracked as the upstream remote so that
theme releases can be merged in.
_pages/— about, publications, projects, notes, blog_bibliography/papers.bib— publication list (rendered by jekyll-scholar)_projects/— project cards_notes/— short technical notes (collection listed at/notes/)_posts/— blog posts (YYYY-MM-DD-title.md)_data/socials.yml— profile links
docker compose up -d # http://127.0.0.1:8080/
docker compose logs -f
docker compose downEdits to _config.yml restart the Jekyll server inside the container; everything else hot-reloads.
.github/workflows/deploy.yml builds the site on every push to main and publishes it to the gh-pages branch, which GitHub Pages serves.
git fetch --tags upstream
git merge v1.x # resolve conflicts in _config.yml / Gemfile if anyContent and configuration live in this repo; layouts, includes and styles come from the al_folio_* gems pinned in the Gemfile.