Skip to content

Commit f423e40

Browse files
authored
Merge pull request #7 from delfanbaum-orm/main
update configuration with figure xref attrs
2 parents b51b19b + a348cb4 commit f423e40

1 file changed

Lines changed: 24 additions & 1 deletion

File tree

config.yaml

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ markup:
9292
startLevel: 2
9393
# AsciiDoc
9494
asciidocExt:
95-
attributes: {}
95+
attributes: { xrefstyle: short, figure-caption: Figure }
9696
backend: html5
9797
extensions: []
9898
failureLevel: fatal
@@ -103,3 +103,26 @@ markup:
103103
trace: false
104104
verbose: false
105105
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

Comments
 (0)