Colophon
codedge was the name of my freelance business over 10 years. The title remained and now it is a collection of technical, sometimes in combination with socialpolitical touch, guides and explanations.
Basics
The site is built with Hugo and hosted on Bunny.net.
Codeberg is home of the code and runs Forgejo actions for deployment. Further information about this can be found in my post.
DNS resolving is handled by Domain Offensive.
Styling
The styling is entirely custom built with Tailwind CSS. I use Martian Mono as the only font on this site. Some sections and headlines have little icons, where Tabler Icons is my go to choice.
For code highlighting Hugos internal processing with Chroma is used.
Analytics
To give me some basic numbers about the visitor count, the privacy-respecting Goatcounter does a fantastic job.
No cookies or any tracking mechanisms are used. No cookie banner is needed.
Further tricks
Images
All images are stored with Git LFS in their original size. For displaying an optimized WEBP version is generated. To not include the large image files in GIT, which would massively increase the repo size, GIT Large File Storage uses pointers to these files and store (image) file not inside the repository.