diff --git a/README.md b/README.md index ce91590e95d856f01ae1120e514662b8b33ca443..d26407084b1adfc8dbcaf49da354b02177308ecf 100644 --- a/README.md +++ b/README.md @@ -2,26 +2,16 @@ # jolheiser.com My [personal website](https://jolheiser.com). -Uses [tailwind](https://tailwindcss.com/) (with [catppuccin btw](https://github.com/catppuccin/tailwindcss)) and [templ](https://github.com/a-h/templ) as a simple static page generator. - -Links are sourced from [links.yaml](links.yaml). - -## Dev - -### Tools - -``` -nix develop -``` +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. -If nix isn't available: -- [Go](https://go.dev) -- [templ](https://github.com/a-h/templ) -- [tailwind-ctp](https://git.jojodev.com/jolheiser/tailwind-ctp) (TailwindCSS standalone CLI with Catppuccin support) +Eleventy is potentially even too much, but it made generating the SVGs and looping links easier. +Links are sourced from [package.json](package.json). -### Building +## Dev ```bash -go generate +yarn install # Install deps +yarn dev # Serve locally and watch for changes +yarn build # Build dist ```