diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-17 11:09:42 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-17 11:09:42 +0200 |
| commit | d1cb52fc16492f02a1f995cc83f0580635e76215 (patch) | |
| tree | 2202e9ddbe6197f166b0da1a9ebe4f5750170573 /.claude/settings.local.json | |
| parent | 4ee4823bd2b20a8f71eae3d0f85f3bf46a87e82e (diff) | |
| download | danixxyz-d1cb52fc16492f02a1f995cc83f0580635e76215.tar.gz danixxyz-d1cb52fc16492f02a1f995cc83f0580635e76215.zip | |
test: verify accessibility (WCAG AA) - heading hierarchy, contrast, focus, motion
Diffstat (limited to '.claude/settings.local.json')
| -rw-r--r-- | .claude/settings.local.json | 6 |
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)" ] } } |
