mirror of
https://github.com/Brandon-Rozek/website.git
synced 2024-11-09 10:40:34 -05:00
Updating theme and output formats
This commit is contained in:
parent
d2d5c942b7
commit
2024167cd5
2 changed files with 10 additions and 10 deletions
18
config.toml
18
config.toml
|
@ -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
|
Loading…
Reference in a new issue