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