Go to file
jolheiser 789d6e7916
feat: drv
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2023-09-24 01:15:12 -05:00
src chore: no need to capitalize 2023-08-15 17:04:19 -05:00
.eleventy.js initial commit 2023-08-15 16:54:41 -05:00
.gitignore initial commit 2023-08-15 16:54:41 -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 initial commit 2023-08-15 16:54:41 -05:00
flake.nix feat: drv 2023-09-24 01:15:12 -05:00
justfile feat: drv 2023-09-24 01:15:12 -05:00
package.json chore: unused dep 2023-09-01 20:55:27 -05:00
tailwind.config.js initial commit 2023-08-15 16:54:41 -05:00
yarn.lock initial commit 2023-08-15 16:54:41 -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