jolheiser
4316f0e219
Signed-off-by: jolheiser <john.olheiser@gmail.com> |
||
---|---|---|
.helix | ||
.gitignore | ||
README.md | ||
flake.lock | ||
flake.nix | ||
go.mod | ||
go.sum | ||
justfile | ||
links.yaml | ||
main.go | ||
site.templ | ||
site_templ.go | ||
tailwind.config.js |
README.md
jolheiser.com
My personal website.
Uses tailwind (with catppuccin btw) and templ as a simple static page generator.
Links are sourced from 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
- templ
- tailwind-ctp (TailwindCSS standalone CLI with Catppuccin support)
Building
go generate