diff --git a/hugo.toml b/hugo.toml index 029c122..5e378a0 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,4 +1,7 @@ baseURL = 'https://volttron.org/' languageCode = 'en-us' title = 'VOLTTRON' -theme = 'arcana' \ No newline at end of file +theme = 'arcana' + +# Ignore the exampleSite directory in themes to avoid circular symlink issues +ignoreFiles = ['themes/[^/]+/exampleSite/'] \ No newline at end of file