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"
|
||||
theme = "KeepIt"
|
||||
|
||||
[module]
|
||||
[[module.mounts]]
|
||||
source = 'content'
|
||||
target = 'content'
|
||||
excludeFiles = "**/media/src"
|
||||
|
||||
markup.highlight.noClasses=false
|
||||
|
||||
paginate = 12
|
||||
|
|
@ -84,4 +90,4 @@ canonifyURLs = true
|
|||
simple = true
|
||||
[privacy.youtube]
|
||||
disable = false
|
||||
privacyEnhanced = true
|
||||
privacyEnhanced = true
|
||||
Loading…
Add table
Reference in a new issue