From 2ca87e75912f7b241b6f2b28d4a1288708646437 Mon Sep 17 00:00:00 2001 From: Ajit Ananthadevan Date: Fri, 3 Nov 2023 08:11:55 +1100 Subject: [PATCH] add zola switch post --- content/blog/zola-switch.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 content/blog/zola-switch.md diff --git a/content/blog/zola-switch.md b/content/blog/zola-switch.md new file mode 100644 index 0000000..7a875e0 --- /dev/null +++ b/content/blog/zola-switch.md @@ -0,0 +1,27 @@ ++++ +title = "Switched site to Zola SSG" +date = 2023-11-03 +draft = false + +[taxonomies] +categories = ["update"] +tags = ["blog", "hosting", "self-reflection"] + +[extra] +lang = "en" +toc = true +comment = false +copy = true +math = false +mermaid = false +outdate_alert = false +outdate_alert_days = 120 +display_tags = true +truncate_summary = false ++++ + +This blog site has now switched to the Zola static site generator framework. Previously it was based on Jekyll (the default github pages framework). Zola is based on Rust and is more lightweight. The look of the new site is also more lightweight. + +This article will also serve as a trigger for testing on-push deployment and test the auto site generation! + +In other news I'm looking to learning a web development framework. Specifically the LAMP stack... I'll log any update here if notable.