Blog
Rebuilding This Website with Markdown and Jekyll
March 21, 2026
This site has been migrated away from a hand-maintained HTML setup into a Jekyll structure where the primary content is written in Markdown.
That change keeps the workflow simple:
- regular pages such as the home page and publications page are Markdown files
- blog posts live under
_posts - GitHub Pages can build and publish the site directly
- light and dark mode are controlled with a small client-side toggle
Future updates should mainly involve editing Markdown content and, when needed, extending the publication data in _data/publications.yml.