Go to file
jolheiser 0227b7ccb9
chore: no need to capitalize
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2023-08-15 17:04:19 -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
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 initial commit 2023-08-15 16:54:41 -05:00
package.json initial commit 2023-08-15 16:54:41 -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