-
Notifications
You must be signed in to change notification settings - Fork 6
/
config.yaml
104 lines (97 loc) · 1.88 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
theme: "story"
baseURL: "https://rmoff.net"
languageCode : "en-us"
title: "rmoff's random ramblings"
googleAnalytics: "UA-75492960-1"
paginate: 20
timeout: 120s
pygmentsStyle: pygments
params:
AuthorName: Robin Moffatt
GitHubUser: "rmoff"
image: "images/2018/07/IMG_3647.jpg"
permalinks:
post: /:year/:month/:day/:title/
taxonomies:
category: categories
tag: tag
outputs:
home:
- HTML
- JSON
- RSS
page:
- HTML
section:
- HTML
- RSS
taxonomy:
- HTML
- RSS
taxonomyTerm:
- HTML
- RSS
menu:
main:
- name: about
title: about
url: https://talks.rmoff.net/bio
weight: -10
- name: talks
title: talks
url: https://talks.rmoff.net
weight: -9
social:
- name: bluesky
title: "fa-brands fa-bluesky"
url: https://bsky.app/profile/rmoff.net
weight: -8
- name: github
title: "fab fa-github-square"
url: https://github.com/rmoff/
weight: -7
- name: youtube
title: "fab fa-youtube-square"
url: https://www.youtube.com/c/rmoff
weight: -6
- name: linkedin
title: "fab fa-linkedin"
url: https://www.linkedin.com/in/robinmoffatt/
weight: -5
- name: mastodon
title: "fab fa-mastodon"
url: https://data-folks.masto.host/@rmoff
weight: -4
- name: twitter
title: "fab fa-twitter-square"
url: https://twitter.com/rmoff/
weight: -3
markup:
asciidocExt:
attributes: {allow-uri-read}
safeMode: unsafe
defaultMarkdownHandler: goldmark
goldmark:
renderer:
unsafe: true
security:
enableInlineShortcodes: false
exec:
allow:
- ^dart-sass-embedded$
- ^go$
- ^npx$
- ^postcss$
- ^asciidoctor$
osEnv:
- (?i)^((HTTPS?|NO)_PROXY|PATH(EXT)?|APPDATA|TE?MP|TERM)$
funcs:
getenv:
- ^HUGO_
http:
methods:
- (?i)GET|POST
urls:
- .*
ignoreErrors:
- error-remote-getjson