-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
82 lines (82 loc) · 1.83 KB
/
Copy pathconfig.yaml
File metadata and controls
82 lines (82 loc) · 1.83 KB
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
79
80
81
82
baseurl: 'https://example.com'
copyright: '© MACE Preworkout'
enablerobotstxt: true
languagecode: 'en-us'
languages:
en:
menu:
main:
- identifier: 'home'
name: 'Home'
url: '/'
weight: 10
# - identifier: 'content'
# name: 'Content'
# url: '/content/'
# weight: 20
# - identifier: 'layouts'
# name: 'Layouts'
# url: '/layouts/'
# weight: 30
# - identifier: 'shortcodes'
# name: 'Shortcodes'
# url: '/shortcodes/'
# weight: 40
# - identifier: 'customization'
# name: 'Customization'
# url: '/customization/'
# weight: 50
# - identifier: 'authors'
# name: 'Authors'
# url: '/authors/'
# weight: 60
# - identifier: 'series'
# name: 'Series'
# url: '/series/'
# weight: 70
# - identifier: 'categories'
# name: 'Categories'
# url: '/categories/'
# weight: 80
# - identifier: 'tags'
# name: 'Tags'
# url: '/tags/'
# weight: 90
# - identifier: 'search'
# name: 'Search'
# url: '/search/'
# weight: 100
weight: 10
markup:
goldmark:
renderer:
unsafe: true
highlight:
noclasses: false
tableofcontents:
endlevel: 6
ordered: true
startlevel: 2
module:
imports:
- path: 'github.com/willfaught/paige'
outputs:
home:
- 'html'
- 'json'
- 'rss'
paginate: 50
params:
authors:
will-faught:
name: 'Will Faught'
paige:
git:
commit_url: 'https://github.com/willfaught/paige/commit/%s'
taxonomies:
author: 'authors'
category: 'categories'
series: 'series'
tag: 'tags'
timezone: 'America/New_York'
titlecasestyle: 'Go'