contentdir = "content"
layoutdir = "layouts"
publishdir = "public"
builddrafts = true
canonifyurls = true
baseurl = "www.hugo-tufte.com"
theme = "hugo-tufte"
title = "Hugo-tufte Theme Example Site"
[taxonomies]
category = "categories"
group = "groups"
series = "series"
tag = "tags"
[params]
subtitle = "Subtitle goes here."
copyrightHolder = "Copyright Holder"
showPoweredBy = true
# -----------------------------------------------------------------------
# Morphism theme navigation menu
# -----------------------------------------------------------------------
[[menu.nav]]
name = "Home"
pre = " "
weight = -110
identifier = "home"
url = "/"
[[menu.nav]]
name = "Posts"
pre = " "
weight = -100
identifier = "posts"
url = "/post"
[[menu.nav]]
name = "Categories"
pre = " "
weight = -90
identifier = "categories"
url = "/categories"
# -----------------------------------------------------------------------
# Morphism theme footer menu
# -----------------------------------------------------------------------
[[menu.footer]]
name = ""
pre = " "
weight = -100
identifier = "github"
url = "https://github.com/shawnohare/hugo-tufte"
[[menu.footer]]
name = ""
pre = " "
weight = -90
identifier = "twitter"
url = "https://twitter.com"