# jolheiser.com My [personal website](https://jolheiser.com). Uses [tailwind](https://tailwindcss.com/) (with [catppuccin btw](https://github.com/catppuccin/tailwindcss)) and [templ](https://github.com/a-h/templ) as a simple static page generator. Links are sourced from [links.yaml](links.yaml). ## Dev NOTE: Currently the tailwind LSP assumes this is a JS project with node_modules, so the standalone CLI setup used with the bundled Catppuccin theme breaks the LSP when it ingests the config. To get tailwind's LSP to work, the plugin needs to be temporarily commented out. ### Tools ``` nix develop ``` If nix isn't available: - [Go](https://go.dev) - [templ](https://github.com/a-h/templ) - [tailwind-ctp](https://git.jojodev.com/jolheiser/tailwind-ctp) (TailwindCSS standalone CLI with Catppuccin support) ### Building ```bash go generate ```