aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorAnthony Wang2024-12-03 23:47:50 -0500
committerAnthony Wang2024-12-03 23:47:50 -0500
commit6c7c3f5a90ecec1eb8c019c0ce50075e39c39741 (patch)
tree98367dd3e29b36ef66d15335fe7c3c981faee205 /config.toml
parentf3bf5f2aeb8019b6ae080e5dcb91485e4f7a5efd (diff)
Manually copy static since btrfs can do it faster than Hugo's https://github.com/gohugoio/hugo/blob/487bb96474363070a9b5b22ce4640f80329e91e4/commands/hugobuilder.go#L437
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index aa24969..9460ff1 100644
--- a/config.toml
+++ b/config.toml
@@ -59,3 +59,9 @@ theme = 'gokarna'
[minify]
minifyOutput = true
+
+# Speed up builds on XVM which has a slow btrfs disk so delete and COW is way faster
+[[module.mounts]]
+source = 'static'
+target = 'static'
+excludeFiles = '*'