aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/content/blog/site_rewrite.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/blog/site_rewrite.md')
-rw-r--r--content/blog/site_rewrite.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/content/blog/site_rewrite.md b/content/blog/site_rewrite.md
new file mode 100644
index 0000000..d44f6d1
--- /dev/null
+++ b/content/blog/site_rewrite.md
@@ -0,0 +1,14 @@
+---
+title: 'Site Rewrite'
+date: 2023-12-25T17:15:37-05:00
+summary: "About the rewrite of jpappel.xyz"
+categories:
+tags:
+- "web"
+- "hugo"
+---
+
+Just about every break between semesters I find myself wanting to rewrite my website.
+After the last rewrite, I decided to switch from raw HTML/CSS to using [Hugo](https://gohugo.io/).
+The transition has gone very smoothly, with Hugo providing nice features like [tags](/tags) and [categories](/categories).
+While I haven't gotten around to trying it yet, the [RSS template](https://gohugo.io/templates/rss) system seems really interesting.