diff --git a/content/notes/_index.md b/content/notes/_index.md new file mode 100644 index 0000000..c48a83f --- /dev/null +++ b/content/notes/_index.md @@ -0,0 +1,5 @@ +--- +title: "Notes" +type: "notes" +outputs: ["HTML", "jsonfeed"] +--- diff --git a/hugo.toml b/hugo.toml index 9c98031..4113058 100644 --- a/hugo.toml +++ b/hugo.toml @@ -42,7 +42,6 @@ tag = "tags" dateform = "Jan 2, 2006" dateformShort = "Jan 2" dateformNum = "2006-01-02" - showFullTextinJSONFeed = true # Optimize feeds for IndieWeb-compatible readers # Optional social links [[params.socialLinks]] @@ -68,15 +67,13 @@ tag = "tags" url = "about/" weight = 20 +[outputFormats.jsonfeed] +mediaType = "application/json" +baseName = "feed" +rel = "alternate" +isPlainText = true + [outputs] - home = ["html", "rss"] - section = ["html", "json"] # Enable JSON for section outputs - page = ["html"] - -[outputFormats.json] - mediaType = "application/json" - baseName = "index" - isPlainText = true - notAlternative = true - + home = ["html", "jsonfeed", "rss"] + section = ["html", "jsonfeed", "rss"] diff --git a/themes/hugo-indieweb-starter b/themes/hugo-indieweb-starter index 9083f3a..f577773 160000 --- a/themes/hugo-indieweb-starter +++ b/themes/hugo-indieweb-starter @@ -1 +1 @@ -Subproject commit 9083f3aba76b5ac2a73744d5524b9f6721936a9a +Subproject commit f5777739587aa71915f1b46c38e22affa090c97d