chore: add readme

Signed-off-by: jolheiser <john.olheiser@gmail.com>
main
jolheiser 2023-08-15 17:00:33 -05:00
parent 16333fdf0b
commit ceec44552d
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
1 changed files with 17 additions and 0 deletions

17
README.md 100644
View File

@ -0,0 +1,17 @@
# jolheiser.com
My [personal website](https://jolheiser.com).
Uses [tailwind](https://tailwindcss.com/) (with [catppuccin btw](https://github.com/catppuccin/tailwindcss)) and [11ty](https://www.11ty.dev/) 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](package.json).
## Dev
```bash
yarn install # Install deps
yarn dev # Serve locally and watch for changes
yarn build # Build dist
```