site-min.css bit added to exampleSite/config.toml
This commit is contained in:
parent
6fa69c9c1e
commit
b99de4c7d1
2 changed files with 7 additions and 1 deletions
|
@ -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]]
|
||||
|
|
1
static/css/site.min.css
vendored
1
static/css/site.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue