https://github.com/julius-boettger/website
Source code of my personal website
https://github.com/julius-boettger/website
caddy website
Last synced: 5 months ago
JSON representation
Source code of my personal website
- Host: GitHub
- URL: https://github.com/julius-boettger/website
- Owner: julius-boettger
- License: gpl-3.0
- Created: 2023-10-11T12:41:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T08:16:35.000Z (almost 2 years ago)
- Last Synced: 2025-06-21T08:41:06.979Z (about 1 year ago)
- Topics: caddy, website
- Language: HTML
- Homepage: https://juliusboettger.com
- Size: 384 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Website
This is the source code of my personal website ([juliusboettger.com](https://juliusboettger.com)). It is currently running self-hosted on the following setup:
- Hardware: [Raspberry Pi 5](https://www.raspberrypi.com/products/raspberry-pi-5/)
- OS: [NixOS](https://nixos.org/)
- Webserver: [Caddy](https://caddyserver.com/)
- Reverse Proxy (and more): [Cloudflare](https://www.cloudflare.com/)
> the Nix config for this is in my [dotfiles](https://github.com/julius-boettger/dotfiles), e.g. [`devices/raspberry-pi`](https://github.com/julius-boettger/dotfiles/tree/main/devices/raspberry-pi) and [`modules/website.nix`](https://github.com/julius-boettger/dotfiles/blob/main/modules/website.nix)
### Credit
- [JetBrains Mono NL font](https://github.com/JetBrains/JetBrainsMono)
- Design inspired by [Kytelink](https://github.com/aleemrehmtulla/kytelink)