File tree 4 files changed +23
-4
lines changed
themes/story/layouts/_default
4 files changed +23
-4
lines changed Original file line number Diff line number Diff line change 26
26
- name : Setup Hugo
27
27
uses : peaceiris/actions-hugo@v2
28
28
with :
29
- hugo-version : ' 0.85 .0'
29
+ hugo-version : ' 0.105 .0'
30
30
31
31
- name : Build
32
32
run : hugo
Original file line number Diff line number Diff line change 21
21
- name : Setup Hugo
22
22
uses : peaceiris/actions-hugo@v2
23
23
with :
24
- hugo-version : ' 0.85 .0'
24
+ hugo-version : ' 0.105 .0'
25
25
26
26
- name : Setup base URL env var
27
27
run : |
Original file line number Diff line number Diff line change @@ -70,3 +70,23 @@ markup:
70
70
goldmark :
71
71
renderer :
72
72
unsafe : true
73
+
74
+ security :
75
+ enableInlineShortcodes : false
76
+ exec :
77
+ allow :
78
+ - ^dart-sass-embedded$
79
+ - ^go$
80
+ - ^npx$
81
+ - ^postcss$
82
+ - ^asciidoctor$
83
+ osEnv :
84
+ - (?i)^((HTTPS?|NO)_PROXY|PATH(EXT)?|APPDATA|TE?MP|TERM)$
85
+ funcs :
86
+ getenv :
87
+ - ^HUGO_
88
+ http :
89
+ methods :
90
+ - (?i)GET|POST
91
+ urls :
92
+ - .*
Original file line number Diff line number Diff line change 9
9
<!-- the Story logo is a square with rounded corners interlocked with a section symbol in Bodoni 72 Book font -->
10
10
{{ with .Description }}< meta name ="description " content ="{{. | markdownify }} "> {{ end }}
11
11
{{ with .Keywords }}< meta name ="keywords " content ="{{.}} "> {{ end }}
12
- {{ .Hugo.Generator }}
13
-
12
+
14
13
{{ block "social" . }}
15
14
{{ end }}
16
15
You can’t perform that action at this time.
0 commit comments