-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
78 lines (71 loc) · 1.89 KB
/
config.yaml
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
baseURL: https://adamdrake.github.io/70sbig/
languageCode: en-us
title: 70s Big
theme: flex
enableRobotsTXT: true
paginate: 10
permalinks:
posts: '/:filename/'
pages: '/:filename/'
markup:
defaultMarkdownHandler: goldmark
goldmark:
renderer:
unsafe: true
params:
mainSections: "post"
color: black # Any color in CSS syntax
width: 1000px # Any length in CSS syntax
footer:
rss: To subscribe to this RSS feed, copy its address and paste it into your
favorite feed reader.
summaries: false # Set to true to show summaries of posts on homepage
divider: '\2015' # Set to false to remove divider below posts on homepage
schema: false # Set to true to add Schema.org metadata
opengraph: false # Set to true to add Open Graph metadata
twittercards: false # Set to true to add Twitter Cards metadata
utterances:
repo: # Set to Utterances repo URL to add Utterances comments
issueterm: pathname
theme: github-light
netlify:
honeypot: false # Set to true to add honeypot field in contact form
recaptcha: false # Set to true to add recaptcha challenge in contact form
# css: # Uncomment to add custom CSS from a list of files
# - css/foo.css
# - bar.css
# js: # Uncomment to add custom JS from a list of files
# - js/foo.js
# - bar.js
menu:
nav:
- name: Donate
url: donate/
weight: 1
- name: Books
url: books/
weight: 2
- name: Workshops
url: workshops/
weight: 3
- name: About
url: about/
weight: 5
- name: Bios
url: bios/
weight: 8
- name: Hall of Fame
url: hall-of-fame/
weight: 10
# - name: Posts
# url: posts/
# weight: 96
# - name: Tags
# url: tags/
# weight: 97
# - name: Categories
# url: categories/
# weight: 98
# - name: RSS
# url: index.xml
# weight: 99