From a181759e4a108c35fcf6898abbf17f2a424d85dc Mon Sep 17 00:00:00 2001 From: Jean-Pierre Appel Date: Mon, 25 Dec 2023 17:17:09 -0500 Subject: rewrite content and config --- content/blog/site_rewrite.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 content/blog/site_rewrite.md (limited to 'content/blog/site_rewrite.md') 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. -- cgit v1.2.3