Update exampleSite
This commit is contained in:
parent
b8dda716d0
commit
32d39a31c7
18 changed files with 178 additions and 129 deletions
|
@ -6,6 +6,7 @@ enableInlineShortcodes = true
|
|||
summarylength = 10
|
||||
enableEmoji = true
|
||||
paginate = 5
|
||||
ignoreErrors = ["error-remote-getjson"]
|
||||
|
||||
[params]
|
||||
title = "Soho Theme"
|
||||
|
@ -37,11 +38,6 @@ mainSections = ["post"]
|
|||
title = "Twitter"
|
||||
url = "#"
|
||||
|
||||
[taxonomies]
|
||||
series = "series"
|
||||
category = "categories"
|
||||
tag = "tags"
|
||||
|
||||
[menu]
|
||||
|
||||
[[menu.main]]
|
||||
|
@ -68,21 +64,34 @@ mainSections = ["post"]
|
|||
weight = 10
|
||||
url = "/about/"
|
||||
|
||||
[[menu.main]]
|
||||
name = "Contact"
|
||||
identifier = "contact"
|
||||
weight = 20
|
||||
url = "/contact/"
|
||||
[taxonomies]
|
||||
category = "categories"
|
||||
tag = "tags"
|
||||
series = "series"
|
||||
|
||||
[markup]
|
||||
[privacy]
|
||||
|
||||
[markup.highlight]
|
||||
codeFences = true
|
||||
guessSyntax = false
|
||||
hl_Lines = ""
|
||||
lineNoStart = 1
|
||||
lineNos = false
|
||||
lineNumbersInTable = true
|
||||
noClasses = true
|
||||
style = "monokai"
|
||||
tabWidth = 4
|
||||
[privacy.vimeo]
|
||||
disabled = false
|
||||
simple = true
|
||||
|
||||
[privacy.twitter]
|
||||
disabled = false
|
||||
enableDNT = true
|
||||
simple = true
|
||||
|
||||
[privacy.instagram]
|
||||
disabled = false
|
||||
simple = true
|
||||
|
||||
[privacy.youtube]
|
||||
disabled = false
|
||||
privacyEnhanced = true
|
||||
|
||||
[services]
|
||||
|
||||
[services.instagram]
|
||||
disableInlineCSS = true
|
||||
|
||||
[services.twitter]
|
||||
disableInlineCSS = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue