jeremykidwell.info/config.yaml

31 lines
633 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
- Name: "Teaching"
URL: "/teaching"
Weight: 4
- Name: "Blog"
URL: "/blog"
Weight: 5
permalinks:
blog: /blog/archives/:year/:month/:day/:slug
archive: /blog/archives/
...