congo/exampleSite/config.toml

72 lines
1.7 KiB
TOML
Raw Normal View History

2021-08-12 08:30:07 +00:00
# Site configuration for the Congo demo site
# --------------------------------------------------------------------------
2021-08-13 06:35:32 +00:00
# IMPORTANT: You should not use this file as a template for configuration
2021-08-12 08:30:07 +00:00
# as it does not contain all the required theme settings!
#
# Refer to the theme docs for configuration instructions if you're unsure.
# https://jpanther.github.io/congo/docs/
2021-08-12 08:30:07 +00:00
# --------------------------------------------------------------------------
2021-08-19 02:53:06 +00:00
theme = "congo"
2021-08-11 07:27:32 +00:00
languageCode = "en-AU"
2021-08-17 06:48:08 +00:00
defaultContentLanguage = "en"
2021-08-11 07:27:32 +00:00
title = "Congo"
2021-08-16 07:19:10 +00:00
enableEmoji = true
2021-10-19 06:04:42 +00:00
summaryLength = 0
2021-08-11 07:27:32 +00:00
[author]
2021-08-16 07:19:10 +00:00
name = "Congo"
2021-08-16 07:42:52 +00:00
image = "img/author.jpg"
2021-11-03 23:54:47 +00:00
bio = "This is an example author bio, and although there's a stock photo of a dog here, this article was actually created by a human. :dog:"
2021-08-13 06:35:32 +00:00
links = [
{ twitter = "https://twitter.com/" },
{ facebook = "https://facebook.com/" },
{ linkedin = "https://linkedin.com/" },
{ youtube = "https://youtube.com/" },
]
2021-08-11 07:27:32 +00:00
2021-08-16 07:19:10 +00:00
[taxonomies]
tag = "tags"
[params]
# logo = "logo.jpg"
2021-08-15 08:41:40 +00:00
[params.homepage]
layout = "custom"
showRecent = true
mainSections = ["samples"]
2021-08-15 08:41:40 +00:00
[params.list]
groupByYear = false
2021-08-18 00:08:06 +00:00
showBreadcrumbs = true
[params.article]
showBreadcrumbs = true
2021-08-21 01:42:40 +00:00
showEdit = true
editURL = "https://github.com/jpanther/congo/tree/dev/exampleSite/content/"
editAppendPath = true
2021-08-11 07:27:32 +00:00
[[menu.main]]
2021-08-16 07:19:10 +00:00
name = "Docs"
pageRef = "docs"
2021-08-11 07:27:32 +00:00
weight = 10
[[menu.main]]
2021-08-16 07:19:10 +00:00
name = "Samples"
pageRef = "samples"
2021-08-11 07:27:32 +00:00
weight = 20
[[menu.main]]
name = "Users"
pageRef = "users"
weight = 30
2021-08-11 07:27:32 +00:00
[[menu.main]]
2021-08-16 07:19:10 +00:00
name = "GitHub"
url = "https://github.com/jpanther/congo"
2021-08-16 07:19:10 +00:00
weight = 40
2021-08-11 07:27:32 +00:00
2021-08-13 06:35:32 +00:00
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
2021-08-12 08:30:07 +00:00
[markup.highlight]
noClasses = false