-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.yaml
More file actions
32 lines (32 loc) · 837 Bytes
/
config.yaml
File metadata and controls
32 lines (32 loc) · 837 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
baseurl: "http://team2059.org/"
languageCode: "en-us"
title: "The Hitchhikers"
metaDataFormat: "yaml"
paginate: 8
taxonomies:
blog: "blog" # Used to create categories by year grouped as "/blog/YYYY".
resources: "resources" # Used to create categories such as "resources/code/*"
menu:
main: # The menu at the top of the page.
- Name: "Home"
Identifier: "home"
URL: "/"
Weight: 1
- Name: "About"
Identifier: "about"
URL: "/about/"
Weight: 2
- Name: "Blog"
Identifier: "blog"
URL: "/blog/"
Weight: 3
- Name: "Resources"
Identifier: "resources"
URL: "/resources/"
Weight: 4
- Name: "Contact"
Identifier: "contact"
URL: "/contact/"
Weight: 5
blackfriday:
plainIdAnchors: true