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