diff --git a/content/blank.md b/content/blank.md new file mode 100644 index 00000000..4b2969cd --- /dev/null +++ b/content/blank.md @@ -0,0 +1,9 @@ +--- +title: "Blank" +type: page +specialpost: true +allpage: true +summary: This page intentionally left blank +--- + +This page intentionally left blank diff --git a/content/podroll.md b/content/podroll.md new file mode 100644 index 00000000..4cc6c4da --- /dev/null +++ b/content/podroll.md @@ -0,0 +1,8 @@ +--- +title: "Podroll" +type: page +specialpost: true +allpage: true +summary: A list of my favorites podcast +--- +{{< opmlpodroll >}} diff --git a/content/redirect/guy/index.md b/content/redirect/guy/index.md new file mode 100644 index 00000000..72a2533b --- /dev/null +++ b/content/redirect/guy/index.md @@ -0,0 +1,13 @@ ++++ +# For example, to Redirect from /old_blog to /blog, set +# url to "/old_blog" and redirect_to to "/blog" below +title = "Preferred Pronoun" +type = "redirect" +url = "/guy" +redirect_to = "https://en.pronouns.page/@fundor333" +redirect_enabled = true +private = true +aliases = ["preferred-pronoun"] +allpage = true +summary = "My preferred pronouns" ++++ diff --git a/layouts/shortcodes/opmlpodroll.html b/layouts/shortcodes/opmlpodroll.html new file mode 100644 index 00000000..dd867af0 --- /dev/null +++ b/layouts/shortcodes/opmlpodroll.html @@ -0,0 +1,17 @@ +{{ $url := "https://appletune.fundor333.com/api/podrollgroup/?format=json" }} + +{{ with resources.GetRemote $url }} +{{- $content := .Content | transform.Unmarshal -}} + +{{- range $content -}} +

{{ .name }}

+ +{{ end }} + + +{{ end }}