Updating theme and output formats

This commit is contained in:
Brandon Rozek 2023-01-05 01:02:35 -05:00
parent d2d5c942b7
commit 2024167cd5
No known key found for this signature in database
GPG key ID: 26E457DA82C9F480
2 changed files with 10 additions and 10 deletions

View file

@ -35,8 +35,8 @@ enableGitInfo = true
[mediaTypes."application/feed+json"]
suffixes = ["json"]
[outputFormats.Atom]
name = "Atom"
[outputFormats.atom]
name = "atom"
mediaType = "application/atom+xml"
baseName = "index"
isPlainText = false
@ -45,8 +45,8 @@ enableGitInfo = true
noUgly = true
permalinkable = false
[outputFormats.AS2]
name = "AS2"
[outputFormats.as2]
name = "as2"
mediaType = "application/activity+json"
baseName = "index"
isPlainText = false
@ -55,10 +55,10 @@ enableGitInfo = true
noUgly = true
permalinkable = false
[outputFormats.feedjson]
name = "feedjson"
[outputFormats.json]
name = "json"
mediaType = "application/feed+json"
baseName = "feed"
baseName = "index"
isPlainText = false
rel = "alternate"
isHTML = false
@ -67,8 +67,8 @@ enableGitInfo = true
[outputs]
section = ["JSON", "HTML", "RSS", "Atom", "AS2", "feedjson"]
page = ["HTML", "AMP"]
section = ["json", "html", "rss", "atom", "as2"]
page = ["html", "amp", "json"]
[[menu.main]]
identifier = "blog"

@ -1 +1 @@
Subproject commit fc0e72ba1436c95ad5e323b52169b11edd5a38b1
Subproject commit 565c349fdd28ae9891b33ac0a4191162d78c3e31