-
Notifications
You must be signed in to change notification settings - Fork 8
/
config.yml
77 lines (66 loc) · 1.47 KB
/
config.yml
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
baseURL: /
languageCode: en-us
paginate: 12
menu:
main:
- Identifier: articles
Name: Articles
pageref: /articles/
Weight: '10'
- Identifier: design
Name: Design
pageref: /categories/design/
Weight: '110'
parent: "articles"
- Identifier: development
Name: Development
pageref: /categories/development/
Weight: '120'
parent: "articles"
- Identifier: gaming
Name: Gaming
pageref: /categories/gaming/
Weight: '130'
parent: "articles"
- Identifier: nba
Name: NBA
pageref: /categories/nba/
Weight: '140'
parent: "articles"
- Identifier: photography
Name: Photography
pageref: /photography/
Weight: '30'
- Identifier: work
Name: Work
pageref: /work/
Weight: '30'
- Identifier: about
Name: About
pageref: /about/
Weight: '40'
- Identifier: contact
Name: Contact
pageref: /contact/
Weight: '50'
taxonomies:
category: categories
tag: tags
title: "Glenn McComb: front end developer and designer"
disableFastRender: true
disqusShortname: "glennmccomb-com"
# Related.
related:
threshold: 80
includeNewer: true
toLower: true
indices:
- name: categories
weight: 130
includeNewer: true
# To allow HTML in templates, need to enable unsafe mode, as of 0.60.0:
# https://gohugo.io/news/0.60.0-relnotes/
markup:
goldmark:
renderer:
unsafe: true