Go to file
jolheiser 4316f0e219
feat: add helix LSP configs
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2023-11-07 17:04:03 -06:00
.helix feat: add helix LSP configs 2023-11-07 17:04:03 -06:00
.gitignore feat: move to templ 2023-09-29 10:12:59 -05:00
README.md feat: add helix LSP configs 2023-11-07 17:04:03 -06:00
flake.lock feat: add helix LSP configs 2023-11-07 17:04:03 -06:00
flake.nix feat: add helix LSP configs 2023-11-07 17:04:03 -06:00
go.mod feat: move to templ 2023-09-29 10:12:59 -05:00
go.sum feat: move to templ 2023-09-29 10:12:59 -05:00
justfile feat: move to templ 2023-09-29 10:12:59 -05:00
links.yaml feat: move to templ 2023-09-29 10:12:59 -05:00
main.go feat: move to templ 2023-09-29 10:12:59 -05:00
site.templ feat: move to templ 2023-09-29 10:12:59 -05:00
site_templ.go feat: move to templ 2023-09-29 10:12:59 -05:00
tailwind.config.js feat: add helix LSP configs 2023-11-07 17:04:03 -06:00

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:

Building

go generate