From 65c79f9c11984cd826290848316f4dbf134cae22 Mon Sep 17 00:00:00 2001 From: Jeremy Kidwell Date: Sun, 5 Jan 2020 21:06:50 +0000 Subject: [PATCH] updates to conform to hugo 0.6 reqs, small extra fixes --- config.toml.yaml | 48 ------------------------------------------------ 1 file changed, 48 deletions(-) delete mode 100755 config.toml.yaml diff --git a/config.toml.yaml b/config.toml.yaml deleted file mode 100755 index aee0701..0000000 --- a/config.toml.yaml +++ /dev/null @@ -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 \ No newline at end of file