Go to file
jolheiser 7773f9a141
feat: move to templ
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2023-09-29 10:12:59 -05:00
.gitignore feat: move to templ 2023-09-29 10:12:59 -05:00
.woodpecker.yml feat: woodpecker 2023-08-15 22:56:04 -05:00
README.md chore: add readme 2023-08-15 17:00:33 -05:00
flake.lock feat: move to templ 2023-09-29 10:12:59 -05:00
flake.nix feat: move to templ 2023-09-29 10:12:59 -05: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: move to templ 2023-09-29 10:12:59 -05:00

README.md

jolheiser.com

My personal website.

Uses tailwind (with catppuccin btw) and 11ty as a simple static page generator.

Eleventy is potentially even too much, but it made generating the SVGs and looping links easier.

Links are sourced from package.json.

Dev

yarn install # Install deps
yarn dev     # Serve locally and watch for changes
yarn build   # Build dist