An open API service indexing awesome lists of open source software.

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

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)