thème: implément picocss
- Autorise dart-sass. Co-Authored-by: iGor milhit <igor@milhit.ch>
parent
94e6ae62b3
commit
2eda1c52ef
10
config.toml
10
config.toml
|
@ -9,7 +9,15 @@ paginate = 0
|
||||||
[security]
|
[security]
|
||||||
enableInlineShortcodes = false
|
enableInlineShortcodes = false
|
||||||
[security.exec]
|
[security.exec]
|
||||||
allow = ['^dart-sass-embedded$', '^git$', '^go$', '^npx$', '^postcss$', '^pandoc$', '^nvim$']
|
allow = [
|
||||||
|
'^dart-sass-embedded$',
|
||||||
|
'^git$',
|
||||||
|
'^go$',
|
||||||
|
'^npx$',
|
||||||
|
'^sass$',
|
||||||
|
'^postcss$',
|
||||||
|
'^pandoc$',
|
||||||
|
'^nvim$']
|
||||||
osEnv = ['(?i)^(PATH|PATHEXT|APPDATA|TMP|TEMP|TERM)$']
|
osEnv = ['(?i)^(PATH|PATHEXT|APPDATA|TMP|TEMP|TERM)$']
|
||||||
[security.funcs]
|
[security.funcs]
|
||||||
getenv = ['^HUGO_']
|
getenv = ['^HUGO_']
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit a5ee40adb7d5530e6b2a912348910cbc743c163b
|
Subproject commit fe148a79584b8d824dc4e83082416c26ac20b5f6
|
Loading…
Reference in New Issue