diff --git a/src/data/meta.js b/src/data/meta.js index ef50769..9edfaa3 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://git.wonderfulfrog.com/wonderfulfrog/wonderfulfrog.com", + repoUrl: "https://github.com/wonderfulfrog/wonderfulfrog.com", email: "devin@wonderfulfrog.com", signal: { name: "wonderfulfrog.64", diff --git a/src/includes/macros/feed.njk b/src/includes/macros/feed.njk index 64b5062..d864fe1 100644 --- a/src/includes/macros/feed.njk +++ b/src/includes/macros/feed.njk @@ -1,16 +1,16 @@ {% macro feed(meta, items, buildTime, feedPath, feedTitle, filterTag) %} - <![CDATA[{% if feedTitle %}{{ feedTitle }} • {% endif %}{{ meta.siteName }}]]> + ![CDATA[{% if feedTitle %}{{ feedTitle }} • {% endif %}{{ meta.siteName }}]] {{ meta.url }} - + ![CDATA[{{ meta.siteDescription }}]] en-ca {{ buildTime | formatAsUTCString }} {{ buildTime | formatAsUTCString }} {% for item in items | reverse %} - <![CDATA[{{ item.data.title | safe }}]]> + ![CDATA[{{ item.data.title }}]] {{ meta.url }}{{ item.url }} {{ item.date | formatAsUTCString }} {{ meta.url }}{{ item.url }} @@ -18,9 +18,9 @@ {{ tag }} {% endfor %} {% if item.content %} - + ![CDATA[{{ item.content | convertRelativeLinks(meta.url) | escape }}]] {% elseif item.data.excerpt %} - + ![CDATA[{{ item.excerpt }}]] {% endif %} {% endfor %} diff --git a/src/pages/changelog.md b/src/pages/changelog.md index bce1024..f5cb520 100644 --- a/src/pages/changelog.md +++ b/src/pages/changelog.md @@ -10,12 +10,6 @@ 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 529fb1c..83f95d5 100644 --- a/src/pages/colophon.md +++ b/src/pages/colophon.md @@ -26,9 +26,7 @@ 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). - -Source control is managed through a [self-hosted instance](https://git.wonderfulfrog.com) of [Forgejo](https://forgejo.org/). +The site (and its accompanying media assets are hosted on [Bunny.net][https://bunny.net]. Date formatting uses [dayjs][dayjs].