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

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