set max width of pages in Hugo config.toml, retrieve value from SCSS

https://gohugo.io/hugo-pipes/resource-from-template/
This commit is contained in:
2020-03-27 20:58:52 -04:00
parent 146b1047e1
commit bc3e1f9309
12 changed files with 19 additions and 13 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
"no-blanks-blockquote": true,
"no-empty-links": false,
"no-hard-tabs": false,
"no-inline-html": { "allowed_elements": [ "span", "sup" ] },
"no-inline-html": { "allowed_elements": [ "img", "span", "sup" ] },
"no-multiple-blanks": false,
"no-trailing-punctuation": false,
"single-h1": false,