# Colophon

Although having existed for years with different content and styling, this
website was first published in its current form on November 3rd 2022 near
[Frankfurt, Germany][frankfurt].

It's developed on a 2024 MacBook Pro with the static site generator [Zola]. The
code is hosted on [GitHub].

On each `push` a [GitHub Actions Workflow][github-actions] builds the site with
Zola and deploys it to [GitHub Pages][github-pages], which acts as the origin.

In front of that origin, [AWS CloudFront][cloudfront] serves the site from edge
locations over HTTP/2 and HTTP/3, terminating TLS with an
[AWS Certificate Manager][acm] certificate and applying security headers (HSTS,
a strict Content-Security-Policy, and more) that score an A+ on
[securityheaders.com][securityheaders]. DNS runs on [AWS Route 53][route53].

The [Mona Sans typeface][mona-sans] by GitHub is used to style text.

The website is checked for performance and accessibility issues using
[Google Lighthouse].

The theme is adapted from [Arne Bahlo's personal website][arne.me] (which has
been given an overhaul as of 2023 and looks entirely different, now).

A [sitemap] is available.

<!-- Links -->

[frankfurt]: https://frankfurt.de
[zola]: https://www.getzola.org
[github]: https://github.com
[github-actions]: https://github.com/features/actions
[github-pages]: https://pages.github.com
[cloudfront]: https://aws.amazon.com/cloudfront/
[acm]: https://aws.amazon.com/certificate-manager/
[route53]: https://aws.amazon.com/route53/
[securityheaders]: https://securityheaders.com/?q=lukasmalkmus.com
[mona-sans]: https://github.com/mona-sans
[google lighthouse]: https://developer.chrome.com/docs/lighthouse/
[arne.me]: https://arne.me
[sitemap]: https://lukasmalkmus.com/sitemap.xml
