Compare commits
2 commits
fix/feeds-
...
main
Author | SHA1 | Date | |
---|---|---|---|
bd2d4efe45 | |||
7c5a719e1c |
3 changed files with 10 additions and 2 deletions
|
@ -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",
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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].
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue