pi-www-theme-soho/exampleSite/config.toml

59 lines
1.0 KiB
TOML
Raw Normal View History

2020-02-11 23:53:02 +02:00
baseurl = "https://example.com/"
2020-02-10 20:39:06 +02:00
languageCode = "en"
2020-02-11 23:53:02 +02:00
title = "Soho Theme"
2020-02-10 20:39:06 +02:00
DefaultContentLanguage = "en"
enableInlineShortcodes = true
summarylength = 10
enableEmoji = true
[params]
description = ""
2020-02-11 00:59:13 +02:00
# gravatar = "soho@example.com"
2020-02-10 20:39:06 +02:00
profilePicture = "images/profile.png"
copyright = "Author Name"
license = "CC BY-SA 4.0"
licenseURL = "https://creativecommons.org/licenses/by-sa/4.0"
2020-02-18 23:10:16 +02:00
builtWith = true
2020-02-10 20:39:06 +02:00
[[params.socialIcons]]
icon = "fa-linkedin"
title = "Linkedin"
url = "#"
[[params.socialIcons]]
icon = "fa-github"
title = "GitHub"
url = "#"
[[params.socialIcons]]
icon = "fa-twitter"
title = "Twitter"
url = "#"
[menu]
[[menu.main]]
name = "Posts"
weight = 100
identifier = "posts"
url = "/posts/"
[[menu.main]]
name = "About"
identifier = "about"
weight = 300
url = "/about/"
[markup]
[markup.highlight]
codeFences = true
guessSyntax = false
hl_Lines = ""
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
style = "monokai"
tabWidth = 4