about summary refs log tree commit diff stats
path: root/content
diff options
context:
space:
mode:
authorAlan Pearce2023-11-29 10:29:49 +0100
committerAlan Pearce2023-11-29 10:29:49 +0100
commit0d03e6a557d72f349a82b64cf2e02ba1e8f1a9ef (patch)
treeee886bae1d565ff2f843a40e327117c72dd76ad6 /content
parent41d054218e6cd70e8c080c90d3c06452ec3a406e (diff)
downloadwebsite-0d03e6a557d72f349a82b64cf2e02ba1e8f1a9ef.tar.lz
website-0d03e6a557d72f349a82b64cf2e02ba1e8f1a9ef.tar.zst
website-0d03e6a557d72f349a82b64cf2e02ba1e8f1a9ef.zip
homesteading: add link to current builder
Diffstat (limited to 'content')
-rw-r--r--content/post/homesteading.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/post/homesteading.md b/content/post/homesteading.md
index 638fafa..52ce713 100644
--- a/content/post/homesteading.md
+++ b/content/post/homesteading.md
@@ -6,8 +6,8 @@ date = 2023-09-22T10:09:22.141Z
 tags = ["website"]
 +++
 
-I switched away from [Zola](https://www.getzola.org/) and made my own static site builder that uses only HTML templates. I've been wanting to do this since at least 2017, when I started to work on a [homestead project](https://git.alanpearce.eu/homestead/tree/src?h=2017), which I didn't quite finish.
+I switched away from [Zola](https://www.getzola.org/) and made my own [static site builder](https://git.alanpearce.eu/website/tree) that uses only HTML templates. I've been wanting to do this since at least 2017, when I started to work on a [homestead project](https://git.alanpearce.eu/homestead/tree/src?h=2017), which I didn't quite finish.
 
 The recent release of [Bun](https://bun.sh/), which touts itself as an "all-in-one JavaScript toolkit" encouraged me to play around with it.  I have to say, I am surprised by how energising it was; an antidote to the "JavaScript fatigue" I've read about and definitely experienced. 
 
-I decided that I'd start by serving my site using Bun's web server, then I added site generation later. I have been intrigued by the idea of DOM templating ever since I read about it on [Camen Design](https://camendesign.com/dom_templating) [in 2012](https://camendesign.com/code/dom_templating/domtemplate_v4.rem) and I've enjoyed putting it into practice.
\ No newline at end of file
+I decided that I'd start by serving my site using Bun's web server, then I added site generation later. I have been intrigued by the idea of DOM templating ever since I read about it on [Camen Design](https://camendesign.com/dom_templating) [in 2012](https://camendesign.com/code/dom_templating/domtemplate_v4.rem) and I've enjoyed putting it into practice.