diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-16 15:45:37 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-16 15:45:37 +0200 |
| commit | f77e36d9f0eb4405db46a7972738773802a8d646 (patch) | |
| tree | d252939d5bbed6b534428b9c11ba576c2dbdb9de /.claude/settings.local.json | |
| parent | 4eb02ffa31a2c561c5dc4adea65f14492f945c3c (diff) | |
| download | danixxyz-f77e36d9f0eb4405db46a7972738773802a8d646.tar.gz danixxyz-f77e36d9f0eb4405db46a7972738773802a8d646.zip | |
feat: refactor homepage buttons to use btn component classes
- Update index.html to use .btn .btn-primary .btn-lg and .btn .btn-outline .btn-lg
- Update CLAUDE.md documentation
- Update settings.local.json with additional permissions
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Diffstat (limited to '.claude/settings.local.json')
| -rw-r--r-- | .claude/settings.local.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 073a5e9..a1c78f1 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -7,7 +7,9 @@ "Bash(ls -la *.toml)", "Bash(find *)", "Bash(ls *)", - "WebFetch(domain:gohugo.io)" + "WebFetch(domain:gohugo.io)", + "Bash(cat)", + "Read(//tmp/**)" ] } } |
