From 4383e71b92ccfb9286df97c2293a90a76f2fe03a Mon Sep 17 00:00:00 2001 From: Brandon Rozek Date: Sun, 26 Apr 2026 20:50:27 -0400 Subject: [PATCH 1/3] Special postroll XML rules --- layouts/partials/rss-item/postroll.xml | 9 ++++++ layouts/postroll/rss.xml | 44 -------------------------- themes/pulp | 2 +- 3 files changed, 10 insertions(+), 45 deletions(-) create mode 100644 layouts/partials/rss-item/postroll.xml delete mode 100644 layouts/postroll/rss.xml diff --git a/layouts/partials/rss-item/postroll.xml b/layouts/partials/rss-item/postroll.xml new file mode 100644 index 0000000..a36bdbd --- /dev/null +++ b/layouts/partials/rss-item/postroll.xml @@ -0,0 +1,9 @@ + + Postroll: {{ .Title }} + {{ with .Params.url }}{{ . }}{{ else }}{{ .Permalink }}{{ end }} + {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }} + {{ .Params.author }} + {{ with .Params.url }}{{ . }}{{ else }}{{ .Permalink }}{{ end }} + {{ printf `Brandon's Comment:

%s]]>
` .Summary | safeHTML }} + {{ printf `Brandon's Comment:

%s]]>
` .Content | safeHTML }} +
\ No newline at end of file diff --git a/layouts/postroll/rss.xml b/layouts/postroll/rss.xml deleted file mode 100644 index 506221d..0000000 --- a/layouts/postroll/rss.xml +++ /dev/null @@ -1,44 +0,0 @@ -{{- $pctx := . -}} -{{- if .IsHome -}}{{ $pctx = .Site }}{{- end -}} -{{- $pages := $pctx.RegularPages -}} -{{- $limit := .Site.Config.Services.RSS.Limit -}} -{{- if ge $limit 1 -}} -{{- $pages = $pages | first $limit -}} -{{- end -}} -{{- printf "" | safeHTML }} -{{- $style := resources.Get "css/pretty-feed-v3.xsl" -}} -{{- printf "" $style.Permalink | safeHTML }} - - - {{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} | {{ end }}{{ .Site.Title }}{{ end }} - {{ .Permalink }} - - {{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} | {{ end }}{{ .Site.Title }}{{ end }} - {{ .Permalink }} - {{ .Site.BaseURL }}img/{{ .Site.Params.avatar }} - - {{ .Description }} - Hugo -- gohugo.io{{ with .Site.LanguageCode }} - {{.}}{{end}}{{ with .Site.Params.email }} - {{.}}{{ with $.Site.Params.Author }} ({{.}}){{end}}{{end}}{{ with .Site.Params.email }} - {{.}}{{ with $.Site.Params.Author }} ({{.}}){{end}}{{end}}{{ with .Site.Copyright }} - {{.}}{{end}}{{ if not .Date.IsZero }} - {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}{{ end }} - {{ with .OutputFormats.Get "RSS" }} - {{ printf "" .Permalink .MediaType | safeHTML }} - {{ end }} - {{ range $pages }} - - {{ .Title }} - {{ .Params.url }} - {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }} - {{ .Params.author }} - {{ .Params.url }} - {{ printf `Brandon's Comment:

%s]]>
` .Summary | safeHTML }} - {{ printf `Brandon's Comment:

%s]]>
` .Content | safeHTML }} -
- {{ end }} -
-
\ No newline at end of file diff --git a/themes/pulp b/themes/pulp index 6f8ae91..47c3dcf 160000 --- a/themes/pulp +++ b/themes/pulp @@ -1 +1 @@ -Subproject commit 6f8ae91e561aff2b707774a820490112c6be8ad9 +Subproject commit 47c3dcfc5dd69860f008024c16fa5118a8dfbbad From 551303275abf9e5228cad5ddb4ec71c72db2df43 Mon Sep 17 00:00:00 2001 From: Brandon Rozek Date: Sun, 26 Apr 2026 20:51:22 -0400 Subject: [PATCH 2/3] New subscribe option --- content/subscribe.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/subscribe.md b/content/subscribe.md index 1383c42..490724d 100644 --- a/content/subscribe.md +++ b/content/subscribe.md @@ -4,6 +4,7 @@ description: Ways to subscribe to Brandon Rozek --- - [Blog Posts](/blog/index.xml) +- [Postroll](/postroll/index.xml) - Mastodon - [Follow directly](https://fosstodon.org/users/brozek/remote_follow) - [Via RSS](/toots/index.xml) From 35b36510f863ba90662549c804d54c18d61fb16c Mon Sep 17 00:00:00 2001 From: Brandon Rozek Date: Sun, 26 Apr 2026 21:46:20 -0400 Subject: [PATCH 3/3] Fixed menu link --- content/menu/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/menu/_index.md b/content/menu/_index.md index 01864b9..a1f9da2 100644 --- a/content/menu/_index.md +++ b/content/menu/_index.md @@ -64,7 +64,7 @@ The following menu contains meals that are in rotation at my home. These are mad - Pre-made Indian Curries * Tikka Marsala - Pre-made Japanese Vermont curry -- [Fettuccine Alfredo](fettuccine-alfredo/) +- [Alfredo](alfredo/) - Pad Thai - [White Pepper Spaetzle](white-pepper-spaetzle/) - [Korma](korma/)