config: Ignore source files to save space.
This commit is contained in:
parent
d93c18f324
commit
9ce60deacd
1 changed files with 7 additions and 1 deletions
|
|
@ -4,6 +4,12 @@ defaultContentLanguage = "en"
|
||||||
title = "William Floyd"
|
title = "William Floyd"
|
||||||
theme = "KeepIt"
|
theme = "KeepIt"
|
||||||
|
|
||||||
|
[module]
|
||||||
|
[[module.mounts]]
|
||||||
|
source = 'content'
|
||||||
|
target = 'content'
|
||||||
|
excludeFiles = "**/media/src"
|
||||||
|
|
||||||
markup.highlight.noClasses=false
|
markup.highlight.noClasses=false
|
||||||
|
|
||||||
paginate = 12
|
paginate = 12
|
||||||
|
|
@ -84,4 +90,4 @@ canonifyURLs = true
|
||||||
simple = true
|
simple = true
|
||||||
[privacy.youtube]
|
[privacy.youtube]
|
||||||
disable = false
|
disable = false
|
||||||
privacyEnhanced = true
|
privacyEnhanced = true
|
||||||
Loading…
Add table
Reference in a new issue