diff options
| author | Brandon C. Irizarry <brandon.irizarry@gmail.com> | 2026-03-03 22:42:57 -0500 |
|---|---|---|
| committer | Brandon C. Irizarry <brandon.irizarry@gmail.com> | 2026-03-03 22:42:57 -0500 |
| commit | de133067db75634d503ef29c856cf9f6295f437d (patch) | |
| tree | 010c18330e44034c5704903bedf0fce6f483f895 | |
| parent | 4bf199aa3ea080e7cc827763b2c6328a386c86a1 (diff) | |
Add content
| -rw-r--r-- | drafts/projects/buildablog.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drafts/projects/buildablog.md b/drafts/projects/buildablog.md index 7af5850..f8d534a 100644 --- a/drafts/projects/buildablog.md +++ b/drafts/projects/buildablog.md @@ -51,6 +51,11 @@ since the former is [touted](https://nullprogram.com/blog/2013/09/23/) as strict the end I decided that RSS is good enough to get things started for now. +I did face a last-minute curveball when I realized I had to integrate +the *projects* listing to the RSS feed. To this end, I needed a +reliable way to sort RSS item fields by date, which necessitated some +beefing up of the rss package itself. + Two notable resources for learning about interfacing RSS with Go code are: |
