diff --git a/config.toml b/config.toml index 386b830..8b7f848 100644 --- a/config.toml +++ b/config.toml @@ -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 \ No newline at end of file