diff options
author | Alan Pearce | 2023-09-22 12:38:34 +0200 |
---|---|---|
committer | Alan Pearce | 2023-09-22 12:38:34 +0200 |
commit | 52d3153fa7a69bdd1eef13d6488359e1f5f499ea (patch) | |
tree | 889e058c45bfee3c96b058f490483d96797f861e /content/post/homesteading.md | |
parent | a547891ea9eb30361ea297300efb0b7c85917e8b (diff) | |
download | website-52d3153fa7a69bdd1eef13d6488359e1f5f499ea.tar.lz website-52d3153fa7a69bdd1eef13d6488359e1f5f499ea.tar.zst website-52d3153fa7a69bdd1eef13d6488359e1f5f499ea.zip |
Create post "Homesteading"
Diffstat (limited to 'content/post/homesteading.md')
-rw-r--r-- | content/post/homesteading.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/content/post/homesteading.md b/content/post/homesteading.md new file mode 100644 index 0000000..638fafa --- /dev/null +++ b/content/post/homesteading.md @@ -0,0 +1,13 @@ ++++ +title = "Homesteading" +description = "Running my own code" +date = 2023-09-22T10:09:22.141Z +[taxonomies] +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. + +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 |