diff options
| author | Jean-Pierre Appel <jeanpierre.appel01@gmail.com> | 2023-12-25 17:17:09 -0500 |
|---|---|---|
| committer | Jean-Pierre Appel <jeanpierre.appel01@gmail.com> | 2023-12-25 17:17:09 -0500 |
| commit | a181759e4a108c35fcf6898abbf17f2a424d85dc (patch) | |
| tree | 6b8d7454db70a1a8dec81fb138e7085e6541d9d6 /content/blog | |
| parent | 5e24ef726bf10fac4ad24cee27b9b1fa796cd6eb (diff) | |
rewrite content and config
Diffstat (limited to 'content/blog')
| -rw-r--r-- | content/blog/_index.md | 3 | ||||
| -rw-r--r-- | content/blog/site_rewrite.md | 14 |
2 files changed, 17 insertions, 0 deletions
diff --git a/content/blog/_index.md b/content/blog/_index.md new file mode 100644 index 0000000..59db226 --- /dev/null +++ b/content/blog/_index.md @@ -0,0 +1,3 @@ +--- +title: "Blog" +--- 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. |
