From bd2d4efe45946812984478c7d7f65dc044af630e Mon Sep 17 00:00:00 2001 From: Devin Haska Date: Wed, 16 Apr 2025 10:31:08 -0700 Subject: [PATCH] feat: changelog and colophon update --- src/data/meta.js | 2 +- src/pages/changelog.md | 6 ++++++ src/pages/colophon.md | 4 +++- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/src/data/meta.js b/src/data/meta.js index 9edfaa3..ef50769 100644 --- a/src/data/meta.js +++ b/src/data/meta.js @@ -6,7 +6,7 @@ export default { locale: "en_EN", lang: "en", author: "Devin Haska", - repoUrl: "https://github.com/wonderfulfrog/wonderfulfrog.com", + repoUrl: "https://git.wonderfulfrog.com/wonderfulfrog/wonderfulfrog.com", email: "devin@wonderfulfrog.com", signal: { name: "wonderfulfrog.64", diff --git a/src/pages/changelog.md b/src/pages/changelog.md index f5cb520..bce1024 100644 --- a/src/pages/changelog.md +++ b/src/pages/changelog.md @@ -10,6 +10,12 @@ All the changes that are fit to read! If preferred, the [commit log is available here][commits]. +## April 15th, 2025 + +- Fix issue with `CDATA` inside the RSS feeds +- Update Colophon page +- Convert development and deployment pipeline to use [Forgejo](https://forgejo.org/) and [Forgejo Runner](https://code.forgejo.org/forgejo/runner)! + ## April 4th, 2025 - Updated the RSS generation scripts. I'm sorry (and in advance) for screwing with your RSS reader. diff --git a/src/pages/colophon.md b/src/pages/colophon.md index 83f95d5..529fb1c 100644 --- a/src/pages/colophon.md +++ b/src/pages/colophon.md @@ -26,7 +26,9 @@ A minimal amount of [PostCSS][postcss] is used as a developer convenience, othwi Responsive images are generated by [eleventy-img][eleventyimg]. -The site (and its accompanying media assets are hosted on [Bunny.net][https://bunny.net]. +The site (and its accompanying media assets are hosted on [Bunny.net](https://bunny.net). + +Source control is managed through a [self-hosted instance](https://git.wonderfulfrog.com) of [Forgejo](https://forgejo.org/). Date formatting uses [dayjs][dayjs].