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"]
|
[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
|
Loading…
Reference in a new issue