jeremykidwell.info/config.yaml

34 lines
711 B
YAML
Raw Normal View History

2017-06-26 19:57:02 +00:00
---
MetaDataFormat: "yaml"
contentdir: "content"
layoutdir: "layouts"
publishdir: "public"
builddrafts: false
pygmentsuseclasses: true
baseurl: "https://jeremykidwell.info/"
indexes:
category: "categories"
title: "jeremykidwell.info"
CanonifyUrls: true
menu:
main:
- Name: "Publications"
URL: "/publications"
Weight: 2
- Name: "Resources"
URL: "/resources"
Weight: 3
2017-06-27 15:46:06 +00:00
- Name: "Presentations"
URL: "/presentations"
Weight: 4
2017-06-26 19:57:02 +00:00
- Name: "Teaching"
URL: "/teaching"
2017-06-27 15:46:06 +00:00
Weight: 5
2017-06-26 19:57:02 +00:00
- Name: "Blog"
URL: "/blog"
2017-06-27 15:46:06 +00:00
Weight: 6
2017-06-26 19:57:02 +00:00
permalinks:
blog: /blog/archives/:year/:month/:day/:slug
archive: /blog/archives/
...