summaryrefslogtreecommitdiffstats
path: root/themes
AgeCommit message (Expand)AuthorFilesLines
2026-04-15Remove Alpine.js dependency from menu toggle, use vanilla JavaScriptDanilo M.2-22/+21
2026-04-15Fix Hugo v0.160 compatibility: remove os.Getenv and fix template syntaxDanilo M.3-10/+119
2026-04-15Fix shortcode location: move from shortcodes/ to layouts/shortcodes/Danilo M.5-4/+8
2026-04-15Set up Tailwind CSS build pipeline and bilingual homepage contentDanilo M.4-4/+1914
2026-04-15feat: create contact-form shortcode with Alpine.js AJAXDanilo M.1-0/+114
2026-04-15feat: create gallery shortcode with responsive columnsDanilo M.1-0/+12
2026-04-15feat: create image shortcode with lazy-loading and captionsDanilo M.1-0/+22
2026-04-15feat: create gravatar shortcode with MD5 hashingDanilo M.1-0/+17
2026-04-15feat: create Tech article type template (uses Chroma for syntax)Danilo M.1-0/+3
2026-04-15feat: create Quote article type templateDanilo M.1-0/+15
2026-04-15feat: create Link article type template with external buttonDanilo M.1-0/+17
2026-04-15feat: create Photo article type templateDanilo M.1-0/+18
2026-04-15feat: create Life article type templateDanilo M.1-0/+3
2026-04-15feat: create article type dispatcher templateDanilo M.1-0/+36
2026-04-15feat: add article header and sidebar partials supporting single article templateDanilo M.2-0/+75
2026-04-15feat: create single article template with sidebarDanilo M.1-0/+36
2026-04-15feat: create article list item with type badges and pinned indicatorDanilo M.1-0/+40
2026-04-15feat: create articles list with pinned post supportDanilo M.1-0/+31
2026-04-15feat: create landing page with hero and CTAsDanilo M.1-0/+45
2026-04-15feat: create English i18n stringsDanilo M.1-0/+51
2026-04-15fix: remove duplicate keys from Italian i18n, use contactMe for social sectionDanilo M.1-2/+1
2026-04-15feat: add missing email key in Forms sectionDanilo M.1-0/+2
2026-04-15feat: create Italian i18n stringsDanilo M.1-0/+50
2026-04-15feat: create language switcher with persistenceDanilo M.3-0/+25
2026-04-15fix: remove duplicate Alpine-based menu toggle, rely solely on menu.js for me...Danilo M.1-34/+0
2026-04-15feat: create hamburger menu toggle scriptDanilo M.1-0/+51
2026-04-15fix: remove duplicate theme toggle logic from hamburger-menu.html, delegate t...Danilo M.1-13/+2
2026-04-15feat: create theme toggle with localStorage persistenceDanilo M.1-0/+30
2026-04-15fix: add light theme color overrides and remove duplicate inline code styling...Danilo M.1-16/+41
2026-04-15feat: create syntax highlighting theme with dark/light supportDanilo M.1-0/+132
2026-04-15fix: remove redundant focus ring offset rule in main.cssDanilo M.1-4/+0
2026-04-15feat: create Tailwind CSS with theme variables and base stylesDanilo M.1-0/+159
2026-04-15feat: create footer with links and copyrightDanilo M.1-0/+38
2026-04-15feat: create hamburger overlay menu with language and theme togglesDanilo M.1-0/+112
2026-04-15feat: create responsive header with theme toggle and hamburgerDanilo M.1-0/+42
2026-04-15feat: create base template with theme toggle, fonts, and Alpine.jsDanilo M.1-0/+75
2026-04-15feat: add theme metadataDanilo M.1-0/+37