updates to conform to hugo 0.6 reqs, small extra fixes
This commit is contained in:
parent
6f35051554
commit
65c79f9c11
|
@ -1,48 +0,0 @@
|
||||||
MetaDataFormat = "yaml"
|
|
||||||
contentdir = "content"
|
|
||||||
layoutdir = "layouts"
|
|
||||||
publishdir = "public"
|
|
||||||
builddrafts = false
|
|
||||||
buildFuture = true
|
|
||||||
pygmentsuseclasses = true
|
|
||||||
baseurl = "https://jeremykidwell.info/"
|
|
||||||
title = "jeremykidwell.info"
|
|
||||||
Canonifyurls = true
|
|
||||||
rssLimit = 20.0
|
|
||||||
disableKinds = "taxonomyTerm"
|
|
||||||
|
|
||||||
[taxonomy]
|
|
||||||
category = "categories"
|
|
||||||
|
|
||||||
[markup.goldmark.renderer]
|
|
||||||
unsafe= true
|
|
||||||
|
|
||||||
[menu]
|
|
||||||
|
|
||||||
[[menu.main]]
|
|
||||||
name = "Publications"
|
|
||||||
url = "/publications"
|
|
||||||
weight = 2.0
|
|
||||||
|
|
||||||
[[menu.main]]
|
|
||||||
name = "Resources"
|
|
||||||
url = "/resources"
|
|
||||||
weight = 3.0
|
|
||||||
|
|
||||||
[[menu.main]]
|
|
||||||
name = "Presentations"
|
|
||||||
url = "/presentations"
|
|
||||||
weight = 4.0
|
|
||||||
|
|
||||||
[[menu.main]]
|
|
||||||
name = "Teaching"
|
|
||||||
url = "/teaching"
|
|
||||||
weight = 5.0
|
|
||||||
|
|
||||||
[[menu.main]]
|
|
||||||
name = "Blog"
|
|
||||||
url = "/blog"
|
|
||||||
weight = 6.0
|
|
||||||
|
|
||||||
[permalinks]
|
|
||||||
blog = /blog/archives/:year/:month/:day/:slug
|
|
Loading…
Reference in a new issue