We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b51b19b + a348cb4 commit f423e40Copy full SHA for f423e40
1 file changed
config.yaml
@@ -92,7 +92,7 @@ markup:
92
startLevel: 2
93
# AsciiDoc
94
asciidocExt:
95
- attributes: {}
+ attributes: { xrefstyle: short, figure-caption: Figure }
96
backend: html5
97
extensions: []
98
failureLevel: fatal
@@ -103,3 +103,26 @@ markup:
103
trace: false
104
verbose: false
105
workingFolderCurrent: false
106
+
107
+# I had to add this in order to get my version of hugo to run with
108
+# asciidoctor
109
+#
110
+security:
111
+ enableInlineShortcodes: false
112
+ exec:
113
+ allow:
114
+ - ^dart-sass-embedded$
115
+ - ^go$
116
+ - ^npx$
117
+ - ^postcss$
118
+ - ^asciidoctor$
119
+ osEnv:
120
+ - (?i)^(PATH|PATHEXT|APPDATA|TMP|TEMP|TERM)$
121
+ funcs:
122
+ getenv:
123
+ - ^HUGO_
124
+ http:
125
+ methods:
126
+ - (?i)GET|POST
127
+ urls:
128
+ - .*
0 commit comments