added site.css
to customizations (merge between Dotawo and vanilla)
This commit is contained in:
parent
a4029daa70
commit
e747ee48be
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 ##########################
|
# TEST CUSTOMIZATION ##########################
|
||||||
|
|
||||||
# MOUNT CUSTOM FONTS
|
# MOUNT CUSTOM FONTS
|
||||||
## Vanilla Fonts
|
## Vanilla Fonts
|
||||||
[[module.imports.mounts]]
|
[[module.imports.mounts]]
|
||||||
|
@ -126,6 +125,11 @@ target = "static/fonts"
|
||||||
[[module.imports.mounts]]
|
[[module.imports.mounts]]
|
||||||
source = "customizations/jgdr/static/css/site.min.css"
|
source = "customizations/jgdr/static/css/site.min.css"
|
||||||
target = "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
|
# MOUNT CUSTOM PRINT CSS
|
||||||
## B5 page size
|
## B5 page size
|
||||||
[[module.imports.mounts]]
|
[[module.imports.mounts]]
|
||||||
|
@ -144,11 +148,6 @@ source = "customizations/jgdr/layouts/taxonomy/list.html"
|
||||||
target = "layouts/taxonomy/list.html"
|
target = "layouts/taxonomy/list.html"
|
||||||
|
|
||||||
# FROM DOTAWO
|
# FROM DOTAWO
|
||||||
|
|
||||||
# [[module.imports.mounts]]
|
|
||||||
# source = "customizations/Dotawo/assets/css/site.css"
|
|
||||||
# target = "assets/css/site.css"
|
|
||||||
|
|
||||||
# MOUNT CUSTOM HEADER (DOTAWO CUSTOMIZATIONS)
|
# MOUNT CUSTOM HEADER (DOTAWO CUSTOMIZATIONS)
|
||||||
[[module.imports.mounts]]
|
[[module.imports.mounts]]
|
||||||
source = "customizations/jgdr/layouts/partials/header.html"
|
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"
|
source = "customizations/jgdr/layouts/_default/_markup/render-link.html"
|
||||||
target = "layouts/_default/_markup/render-link.html"
|
target = "layouts/_default/_markup/render-link.html"
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
[[module.imports]]
|
[[module.imports]]
|
||||||
path = "git.sandpoints.org/Drawwell/SandpointsEditPage"
|
path = "git.sandpoints.org/Drawwell/SandpointsEditPage"
|
||||||
|
|
Loading…
Add table
Reference in a new issue