diff --git a/README.md b/README.md deleted file mode 100644 index d26407084b1adfc8dbcaf49da354b02177308ecf..0000000000000000000000000000000000000000 --- a/README.md +++ /dev/null @@ -1,17 +0,0 @@ -# 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 -```