site-min.css bit added to exampleSite/config.toml

This commit is contained in:
Marcell Mars 2021-04-29 17:13:46 +02:00
parent 6fa69c9c1e
commit b99de4c7d1
2 changed files with 7 additions and 1 deletions

View file

@ -71,6 +71,13 @@ target = "static"
source = "data"
target = "data"
## if not working on the css rendered via hugo's postcss pipes
## this should make it ready to go with only `hugo` and not `hugo -e dev`
#
[[module.imports.mounts]]
source = "assets/css/site-min.css"
target = "static/css/site-min.css"
## import _index.md from SandpointsTheme exampleSite to content/metadata so the metadata is rendered without bothering the regular user
#
[[module.imports.mounts]]

File diff suppressed because one or more lines are too long