diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-21 10:00:30 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-21 10:00:30 +0200 |
| commit | 5b1e212af64a1a7acef75ef24760b91eda481f43 (patch) | |
| tree | ced5e17a1a655dea4310626a52272470f7c665f7 /.claude | |
| parent | c3a92cd2b9824a56a4047f493fd18de1806f2271 (diff) | |
| download | danixxyz-5b1e212af64a1a7acef75ef24760b91eda481f43.tar.gz danixxyz-5b1e212af64a1a7acef75ef24760b91eda481f43.zip | |
chore: add back-to-top button planning and design docs, update local settings
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Diffstat (limited to '.claude')
| -rw-r--r-- | .claude/settings.local.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.claude/settings.local.json b/.claude/settings.local.json index ab7c2d9..7eaaefd 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -17,7 +17,12 @@ "Bash(hugo config *)", "Bash(hugo --debug)", "Bash(hugo)", - "Bash(hugo -D)" + "Bash(hugo -D)", + "Bash(curl -s http://localhost:1313/)", + "Bash(curl -s http://localhost:1313/articles/haiku-2/)", + "Bash(curl -s http://localhost:1313/articles/)", + "Bash(curl -s http://localhost:1313/css/main.min.css)", + "Bash(hugo version *)" ] } } |
