diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-15 16:38:12 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-15 16:38:12 +0200 |
| commit | 231d29bf26820ca058dec57c06345943ca6dbbf2 (patch) | |
| tree | b60f6e4afd1bf88bcfeb02b6d28f00cc1806ccc9 /CLAUDE.md | |
| parent | 46065a5077f113ab772e3a46f83748efe5f81caf (diff) | |
| download | danixxyz-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.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 |
