summaryrefslogtreecommitdiffstats
path: root/static
AgeCommit message (Collapse)AuthorFilesLines
8 daystranslate: fixed translation and uploaded files for "nerdness"Danilo M.1-0/+0
9 daystranslate: fixed translation and uploaded files for "katsushika-hokusai"Danilo M.12-0/+0
9 daystranslate: updated translation for "io-supporto-mario-congiusta"Danilo M.1-0/+0
chore: added static image for "imagine"
10 daysUpdated the Repository page content. Added a cover image for the ↵Danilo M.1-0/+0
Sl-Hack-Ware project on github. [EN,IT]
2026-04-22fix: correct dirname depth to 2 for /var/www/mail-config.phprelease_22042026-1427Danilo M.1-1/+1
2026-04-22fix: correct mail-config.php path in contact.php (dirname depth 2→3)release_22042026-1417Danilo M.1-1/+1
2026-04-22Update: modified mail form backend for danix.xyz and added vendor folderrelease_22042026-1408Danilo M.85-4/+12222
2026-04-18feat: theme-aware default thumbnails with picture elementDanilo M.2-0/+0
- Use HTML <picture> element with prefers-color-scheme media query - Fallback dark thumbnail via content: url() CSS for theme-light class - Automatically displays light/dark thumbnails based on user theme - Articles without custom images now show default thumbnails - Maintains all existing hover effects and type badges Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-04-16feat: import 36 articles with assets and create supporting shortcodesDanilo M.21-0/+0
- Migrate all English articles from old site to content/en/articles/ - Organize article assets in static/uppies/year/month/ structure - Create Italian article stubs with draft=true status - Add 7 new shortcodes: strike, em, dropcap, figure, highlight, img, youtube, gal-img - Update article image paths to reference /uppies/ locations - All 36 articles now build successfully without errors Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-04-15Complete multilingual theme implementation with language-aware menusDanilo M.2-0/+0
- Refactor hugo.toml to define menus separately for each language using pageRef - Simplify header and hamburger-menu templates to use Hugo-native language handling - Update content structure with proper language prefix organization - Remove JavaScript language-switcher in favor of Hugo's native approach - Add new layout templates for /is/ section with list view - Update HANDOFF.md with current implementation status - Rebuild minified CSS with updated template changes Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-04-15added contact form backendDanilo M.4-11/+286
2026-04-15feat: add contact.php placeholder for form handlingDanilo M.1-0/+11