-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yaml
52 lines (45 loc) · 1.09 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
baseURL: https://andreaslongo.github.io/asciidoctor-diagram-hugo-docsy
title: Example
theme:
- docsy
markup:
asciidocExt:
extensions: ["asciidoctor-diagram"]
workingFolderCurrent: true
attributes:
diagram-cachedir: .cache
###############################################################################
# Privacy settings
# https://gohugo.io/about/hugo-and-gdpr/
###############################################################################
privacy:
disqus:
disable: true
googleAnalytics:
disable: true
instagram:
disable: true
twitter:
disable: true
vimeo:
disable: true
youtube:
disable: true
services:
instagram:
disableInlineCSS: true
twitter:
disableInlineCSS: true
###############################################################################
# Security settings
# https://gohugo.io/about/security-model/
###############################################################################
security:
enableInlineShortcodes: false
exec:
allow:
- ^asciidoctor$
- ^dart-sass-embedded$
- ^go$
- ^npx$
- ^postcss$