Home

jolheiser.com @main - refs - log -
-
https://git.jolheiser.com/jolheiser.com.git
my website
tree log patch
docs: update readme Signed-off-by: jolheiser <john.olheiser@gmail.com>
Signature
-----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEgqEQpE3xoo1QwJO/uFOtpdp7v3oFAmUW6qUACgkQuFOtpdp7 v3oGFw//bWPD6bF+1xdHlKvSj8ruOat3ros4Dl9LN3pUSKYeFp82MWDEfRkiqrne rliAASxJaJRUXC2ljpe/iqKAyIY9MT1LatGozGQ7G5M97RNFy/GPyNwGOszOtycg nQSMBmHHrea2w9IKKdyslr8aNALcY0PBAKHQ+3Un6qNmheDjanZRR8y/2HdAnqBC ND+zX92DZEibuxqy2nhk4QjMJK6nSjizZkqzuD1sKJukQDWkCP5sRJ/38sLrbgVV SdJg4DYGxP0uA8Jnv+RsV5X17dMrV/h/0I0um0RiFVCaWNWD0457bZnyEqkscGcY YmI0ugd8ks5hrLpv/w+LscfXvwphdZ6po4TefNHF/el1EmorGcciXn/BLZyOC5jK xBwH/GjEi0G+dS8Fg2AP0NCsMOaDpHWIIVkU/RQEJWa+fKHsGLWQdml0FGE6KPLh FW4KM1w9iAylWXB9aJYpr2l32DaiiprLBvl8mjKxxJlE1cmGuNEOr+kgMIIYo+7r N1Pcgh0Zw67L1x/MygOXaw+h5lRTyE0Y/HdIoeM500bV3logLUIDn9lu+rmtQO83 ucImEfisTgmwSbRmUlK22v9BHPEmOR0CBr9yIgbENsdKZ31YhJ5+6ztp5JQpf7RX rZxFdS555ImBf2Yp+1QpNZr6UQy2AZT8aKQxepKR/LuLrk1iDJ4= =+e/H -----END PGP SIGNATURE-----
jolheiser <john.olheiser@gmail.com>
2 years ago
1 changed files, 17 additions(+), 7 deletions(-)
README.md
M README.mdREADME.md
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
diff --git a/README.md b/README.md
index d26407084b1adfc8dbcaf49da354b02177308ecf..ce91590e95d856f01ae1120e514662b8b33ca443 100644
--- a/README.md
+++ b/README.md
@@ -2,16 +2,26 @@ # 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.
+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 [package.json](package.json).
+Links are sourced from [links.yaml](links.yaml).
 
 ## Dev
 
+### Tools
+
+```
+nix develop
+```
+
+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)
+
+
+### Building
+
 ```bash
-yarn install # Install deps
-yarn dev     # Serve locally and watch for changes
-yarn build   # Build dist
+go generate
 ```