jeremykidwell.info/configyaml.old.yaml

34 lines
714 B
YAML
Executable File

---
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/
...