2023-08-15 22:00:33 +00:00
# jolheiser.com
My [personal website ](https://jolheiser.com ).
2023-09-29 15:17:57 +00:00
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.
2023-08-15 22:00:33 +00:00
2023-09-29 15:17:57 +00:00
Links are sourced from [links.yaml ](links.yaml ).
2023-08-15 22:00:33 +00:00
## Dev
2023-09-29 15:17:57 +00:00
### Tools
```
nix develop
```
If nix isn't available:
2023-11-08 00:42:41 +00:00
#### Build Deps
2023-09-29 15:17:57 +00:00
- [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)
2023-11-08 00:42:41 +00:00
#### Dev Deps
- [tailwind-ctp-intellisense ](https://git.jojodev.com/jolheiser/tailwind-ctp-intellisense )
- [HTML LSP ](https://github.com/vscode-langservers/vscode-html-languageserver-bin ) or similar
2023-09-29 15:17:57 +00:00
### Building
2023-08-15 22:00:33 +00:00
```bash
2023-09-29 15:17:57 +00:00
go generate
2023-08-15 22:00:33 +00:00
```