congo/exampleSite/config.toml

60 lines
1.3 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://github.com/jpanther/Congo#readme
# --------------------------------------------------------------------------
2021-08-11 07:27:32 +00:00
baseURL = "https://example.com"
theme = "Congo"
languageCode = "en-AU"
title = "Congo"
2021-08-16 07:19:10 +00:00
enableEmoji = true
2021-08-11 07:27:32 +00:00
[author]
2021-08-16 07:19:10 +00:00
name = "Congo"
2021-08-15 08:41:40 +00:00
image = "/img/author.jpg"
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"
2021-08-15 08:41:40 +00:00
[params.homepage]
layout = "custom"
showList = true
2021-08-16 07:19:10 +00:00
listSections = "samples"
2021-08-15 08:41:40 +00:00
[params.list]
groupByYear = false
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
2021-08-16 07:19:10 +00:00
# [[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"
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