diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-17 16:36:22 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-17 16:36:22 +0200 |
| commit | 09bf24e83154aba8e0ed8178cebdeac16553e990 (patch) | |
| tree | a2cb1bdb01b2a00d75ef4b165b234ec311a51c60 /.claude | |
| parent | 495a61ffd6435cbff8ff1348ce55b860becfcba7 (diff) | |
| download | danixxyz-09bf24e83154aba8e0ed8178cebdeac16553e990.tar.gz danixxyz-09bf24e83154aba8e0ed8178cebdeac16553e990.zip | |
feat: add social-share partial with 9 targets and two layout modes
Diffstat (limited to '.claude')
| -rw-r--r-- | .claude/settings.local.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.claude/settings.local.json b/.claude/settings.local.json index b96ee8d..ab7c2d9 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -16,7 +16,8 @@ "Bash(hugo server *)", "Bash(hugo config *)", "Bash(hugo --debug)", - "Bash(hugo)" + "Bash(hugo)", + "Bash(hugo -D)" ] } } |
