added site.css
to customizations (merge between Dotawo and vanilla)
This commit is contained in:
parent
c8fbf9114d
commit
fb55ce56d1
1 changed files with 5 additions and 7 deletions
12
config.toml
12
config.toml
|
@ -112,7 +112,6 @@ target = "content/metadata/_index.md"
|
|||
|
||||
|
||||
# TEST CUSTOMIZATION ##########################
|
||||
|
||||
# MOUNT CUSTOM FONTS
|
||||
## Vanilla Fonts
|
||||
[[module.imports.mounts]]
|
||||
|
@ -126,6 +125,11 @@ target = "static/fonts"
|
|||
[[module.imports.mounts]]
|
||||
source = "customizations/jgdr/static/css/site.min.css"
|
||||
target = "static/css/site.min.css"
|
||||
# MOUNT CUSTOM SITE.CSS
|
||||
## based on Vanilla version, removed paragraph sign
|
||||
[[module.imports.mounts]]
|
||||
source = "customizations/jgdr/assets/css/site.css"
|
||||
target = "assets/css/site.css"
|
||||
# MOUNT CUSTOM PRINT CSS
|
||||
## B5 page size
|
||||
[[module.imports.mounts]]
|
||||
|
@ -144,11 +148,6 @@ source = "customizations/jgdr/layouts/taxonomy/list.html"
|
|||
target = "layouts/taxonomy/list.html"
|
||||
|
||||
# FROM DOTAWO
|
||||
|
||||
# [[module.imports.mounts]]
|
||||
# source = "customizations/Dotawo/assets/css/site.css"
|
||||
# target = "assets/css/site.css"
|
||||
|
||||
# MOUNT CUSTOM HEADER (DOTAWO CUSTOMIZATIONS)
|
||||
[[module.imports.mounts]]
|
||||
source = "customizations/jgdr/layouts/partials/header.html"
|
||||
|
@ -162,7 +161,6 @@ target = "layouts/partials/singlebody.html"
|
|||
source = "customizations/jgdr/layouts/_default/_markup/render-link.html"
|
||||
target = "layouts/_default/_markup/render-link.html"
|
||||
|
||||
|
||||
#
|
||||
[[module.imports]]
|
||||
path = "git.sandpoints.org/Drawwell/SandpointsEditPage"
|
||||
|
|
Loading…
Add table
Reference in a new issue