hugo-tufte/exampleSite/config.toml

71 lines
1.6 KiB
TOML
Raw Normal View History

2021-07-21 20:23:55 +02:00
themesDir = "../../"
canonifyurls = true
2021-07-28 11:12:12 +02:00
baseurl = "https://slashformotion.github.io/hugo-tufte/"
theme = "hugo-tufte"
title = "Hugo-tufte Theme Example Site"
2021-07-25 10:04:41 +02:00
pygmentsUseClasses=true
[taxonomies]
category = "categories"
group = "groups"
series = "series"
tag = "tags"
[params]
2021-07-21 20:23:55 +02:00
math = true
subtitle = "Subtitle goes here."
copyrightHolder = "Copyright Holder"
showPoweredBy = true
2021-07-21 20:23:55 +02:00
hidedate = false
# -----------------------------------------------------------------------
# Navigation menu
# -----------------------------------------------------------------------
[[menu.nav]]
name = "Home"
pre = "<i class='fa fa-home fa-lg'></i> "
weight = -110
identifier = "home"
url = "/"
[[menu.nav]]
name = "Posts"
pre = "<i class='fa fa-book fa-lg'></i> "
weight = -100
identifier = "posts"
url = "/post"
[[menu.nav]]
name = "Categories"
pre = "<i class='fa fa-tags fa-lg'></i> "
weight = -90
identifier = "categories"
url = "/categories"
2021-07-25 10:04:41 +02:00
[[menu.nav]]
name = "About"
pre = "<i class='fa fa-info-circle fa-lg'></i> "
weight = -80
identifier = "about"
url = "/about"
# -----------------------------------------------------------------------
# Footer menu
# -----------------------------------------------------------------------
[[menu.footer]]
name = ""
pre = "<i class='fa fa-github fa-2x'></i> "
weight = -100
identifier = "github"
url = "https://github.com/shawnohare/hugo-tufte"
[[menu.footer]]
name = ""
pre = "<i class='fa fa-twitter fa-2x'></i> "
weight = -90
identifier = "twitter"
url = "https://twitter.com"
2021-07-21 20:23:55 +02:00
[markup]
[markup.goldmark]
2021-07-25 10:04:41 +02:00
[markup.goldmark.renderer]
unsafe = true