From 9ce60deacd71e1dcc3d4ade3e5ed4695a10763b1 Mon Sep 17 00:00:00 2001 From: William Floyd Date: Thu, 17 Mar 2022 10:47:16 -0500 Subject: [PATCH] config: Ignore source files to save space. --- config.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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