From 419cb548ecb7b4bbc3c9e19b1f4a32c346144a2b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 21 Nov 2025 01:24:33 +0000 Subject: [PATCH 1/2] Initial plan From 1d24140ed8bebc521ccdb44676d3923da886b1e9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 21 Nov 2025 01:30:34 +0000 Subject: [PATCH 2/2] Fix build error by ignoring exampleSite directory with circular symlink Co-authored-by: craig8 <3979063+craig8@users.noreply.github.com> --- hugo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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