Commit Graph

8 Commits

Author SHA1 Message Date
svemagie
856792ebbe fix(a11y): sweep all remaining accent-600 contrast failures across all components, pages, CSS and JS
Bump all text-accent-600/dark:text-accent-400 to accent-700/300 for WCAG AA.
Bluesky brand blue fixed: #0085ff -> #0057c7 (light) / keep #0085ff (dark).
37 files changed across widgets, sections, layouts, pages, CSS and JS.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-14 15:47:09 +01:00
Ricardo
155816a0bc feat: replace all primary (blue) with contextual colors across entire theme
Eliminate monotonous blue by replacing ~290 primary- references in 60 files
with semantically appropriate colors:

- accent (teal): links, CTAs, buttons, tabs, focus rings, spinners
- purple: Funkwhale/music, photos, Mastodon/fediverse
- surface (neutral): GitHub, dates/metadata, info boxes
- amber: bookmarks, blogroll categories
- red: likes
- green: reposts
- sky: replies
- orange: RSS/feeds, podcasts
- #0085ff: Bluesky brand
- #a730b8: Mastodon brand

Also updates prose link colors in tailwind.config.js, pagefind UI
primary color to teal, and client-side JS color references.

Confab-Link: http://localhost:8080/sessions/bd3f7012-c703-47e9-bfe2-2ad04ce1842d
2026-03-04 12:50:19 +01:00
Ricardo
44bfa6de9e fix: disable about.njk completely with permalink: false
Set permalink: false directly in frontmatter to ensure the template
never renders. Users should create their own about page via
post-type-page plugin.

Removed about.11tydata.js as it's no longer needed.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 13:08:42 +01:00
Ricardo
f03e48e4db fix: use 11tydata.js for conditional about page permalink
Using a JavaScript data file to return boolean false for permalink
when about.md exists, instead of trying to compute it in Nunjucks
which returns string "false" and causes errors.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 12:34:01 +01:00
Ricardo
829395a2cd fix: use fileSlug instead of url to avoid circular dependency
The eleventyComputed permalink cannot reference page.url as it
creates a circular dependency (url depends on permalink).
Using fileSlug instead.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 12:30:04 +01:00
Ricardo
5e564d3403 feat: make about.njk conditional for post-type-page compatibility
If an about page exists in the pages collection (created via
post-type-page plugin), this template will not render, allowing
the user-created about.md to take precedence. Falls back to
this template for users without the post-type-page plugin.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 12:21:06 +01:00
Ricardo
96182cb1e4 fix: comprehensive mobile responsive design audit
- Make all headings responsive (text-2xl sm:text-3xl pattern)
- Make all section headings responsive (text-xl sm:text-2xl)
- Add responsive margins (mb-6 sm:mb-8 pattern)
- Fix flex layouts to stack on mobile (flex-col sm:flex-row)
- Make images responsive (w-20 sm:w-24 pattern)
- Add responsive padding (p-4 sm:p-6)
- Improve grid gaps for mobile (gap-3 sm:gap-4)
- Add CSS utilities for table overflow and touch scrolling
- Restyle 404 page with proper responsive design

Files updated: 22 template and CSS files across all pages

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-24 15:48:23 +01:00
Ricardo
2b225197b4 Initial commit: Indiekit Eleventy theme 2026-01-24 12:13:34 +01:00