summaryrefslogtreecommitdiffstats
path: root/.claude
diff options
context:
space:
mode:
Diffstat (limited to '.claude')
-rw-r--r--.claude/settings.local.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/.claude/settings.local.json b/.claude/settings.local.json
index f84dae2..b96ee8d 100644
--- a/.claude/settings.local.json
+++ b/.claude/settings.local.json
@@ -12,7 +12,11 @@
"Read(//tmp/**)",
"WebFetch(domain:github.com)",
"Bash(git checkout *)",
- "Bash(npm run *)"
+ "Bash(npm run *)",
+ "Bash(hugo server *)",
+ "Bash(hugo config *)",
+ "Bash(hugo --debug)",
+ "Bash(hugo)"
]
}
}