summaryrefslogtreecommitdiffstats
path: root/CLAUDE.md
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-04-15 16:38:12 +0200
committerDanilo M. <danix@danix.xyz>2026-04-15 16:38:12 +0200
commit231d29bf26820ca058dec57c06345943ca6dbbf2 (patch)
treeb60f6e4afd1bf88bcfeb02b6d28f00cc1806ccc9 /CLAUDE.md
parent46065a5077f113ab772e3a46f83748efe5f81caf (diff)
downloaddanixxyz-231d29bf26820ca058dec57c06345943ca6dbbf2.tar.gz
danixxyz-231d29bf26820ca058dec57c06345943ca6dbbf2.zip
Fix shortcode location: move from shortcodes/ to layouts/shortcodes/
Hugo v0.156.0+ requires shortcodes to be in layouts/shortcodes/ directory. Moved all shortcodes (gravatar, image, gallery, contact-form) to correct location. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Diffstat (limited to 'CLAUDE.md')
-rw-r--r--CLAUDE.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/CLAUDE.md b/CLAUDE.md
index 21335b2..1dd1ab4 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -33,4 +33,10 @@ DO NOT write code for shortcodes without consulting the user first. Implement:
## 📝 Work Protocol
1. **Pianification**: Propose the `i18n` structure and partials layout before writing.
2. **Consultation**: Always ask before implementing complex logic or shortcodes.
-3. **KISS**: Keep It Simple, Stupid. \ No newline at end of file
+3. **KISS**: Keep It Simple, Stupid.
+
+## 🎨 Styling & Build Pipeline
+- **Tailwind CSS**: Uses npm build pipeline with `tailwind.config.js`
+- **CSS Compilation**: Run `npm run build` to compile `main.css` → `main.min.css`
+- **Watch Mode**: Run `npm run watch` during development to auto-rebuild CSS when templates change
+- **Required Before Commits**: Always rebuild CSS if you modify templates with new Tailwind classes (`npm run build`) \ No newline at end of file