From 231d29bf26820ca058dec57c06345943ca6dbbf2 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Wed, 15 Apr 2026 16:38:12 +0200 Subject: 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 --- CLAUDE.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'CLAUDE.md') 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 -- cgit v1.2.3