Commit Graph

104 Commits

Author SHA1 Message Date
64c02b39dc refactor: streamline all icons to use class placeholder and update callers
All checks were successful
Deploy Theme / deploy (push) Successful in 14s
2026-02-22 08:03:51 +01:00
94b9134f8e refactor: externalize all SVG icons to partials/icons
All checks were successful
Deploy Theme / deploy (push) Successful in 14s
2026-02-22 07:59:17 +01:00
df38d7d9ef feat: replace HTML arrow entities with vector SVG icons for consistency
All checks were successful
Deploy Theme / deploy (push) Successful in 32s
2026-02-22 07:42:27 +01:00
f431b97559 refactor: extract partials for post components and create separate page template
All checks were successful
Deploy Theme / deploy (push) Successful in 13s
2026-02-21 20:38:28 +01:00
d1889f69f0 style: adjust author avatar size on medium screens
All checks were successful
Deploy Theme / deploy (push) Successful in 13s
2026-02-21 20:32:20 +01:00
7f6dde7069 fix: move post navigation inside post check to hide on pages
All checks were successful
Deploy Theme / deploy (push) Successful in 14s
2026-02-21 20:15:12 +01:00
1d5d9c0904 feat: apply global fadeInUp animation to all page transitions
All checks were successful
Deploy Theme / deploy (push) Successful in 16s
2026-02-21 20:12:26 +01:00
fce691fa9c fix: post widgets order
All checks were successful
Deploy Theme / deploy (push) Successful in 14s
2026-02-21 19:58:51 +01:00
3d27079885 fix: refine post navigation alignment and borders
All checks were successful
Deploy Theme / deploy (push) Successful in 14s
2026-02-21 19:56:56 +01:00
c872fa67e6 fix: refactor post navigation to avoid nested helpers and hide empty container
All checks were successful
Deploy Theme / deploy (push) Successful in 14s
2026-02-21 19:51:42 +01:00
40cfb685b8 fix: post navigation
All checks were successful
Deploy Theme / deploy (push) Successful in 16s
2026-02-21 19:30:15 +01:00
32bf98e146 fix: post navigation max width
All checks were successful
Deploy Theme / deploy (push) Successful in 14s
2026-02-21 19:05:14 +01:00
31a3591ba5 style: remove 'Back to Home' button from post template
All checks were successful
Deploy Theme / deploy (push) Successful in 13s
2026-02-21 17:13:28 +01:00
4d2e5de954 fix: hide post navigation when no adjacent posts exist
All checks were successful
Deploy Theme / deploy (push) Successful in 14s
2026-02-21 17:09:59 +01:00
78c805bbf9 fix: header max width
All checks were successful
Deploy Theme / deploy (push) Successful in 13s
2026-02-21 12:13:36 +01:00
90c8d56e3c style: simplify post cards by removing hover titles and refine home page title logic
All checks were successful
Deploy Theme / deploy (push) Successful in 31s
2026-02-21 09:45:59 +01:00
9275601f07 style: unify post count label styling between tag and author templates
All checks were successful
Deploy Theme / deploy (push) Successful in 13s
2026-02-20 19:38:41 +01:00
2ad54e184c feat: add tag template with header and infinite scroll
All checks were successful
Deploy Theme / deploy (push) Successful in 13s
2026-02-20 19:36:51 +01:00
cfa9db823e style: remove descriptive text from 404 template for a cleaner look
All checks were successful
Deploy Theme / deploy (push) Successful in 13s
2026-02-20 19:29:11 +01:00
a9165ac371 style: only show 'Back to Home' button on posts, hide on pages
All checks were successful
Deploy Theme / deploy (push) Successful in 13s
2026-02-20 19:27:37 +01:00
6e43ebe5be style: remove button backgrounds and set color to text-secondary for a cleaner header
All checks were successful
Deploy Theme / deploy (push) Successful in 16s
2026-02-20 19:19:53 +01:00
f1774fde6b style: remove header shrink effect while maintaining sticky behavior
All checks were successful
Deploy Theme / deploy (push) Successful in 13s
2026-02-20 19:11:27 +01:00
c0a280bca8 feat: implement infinite scroll on the author page
All checks were successful
Deploy Theme / deploy (push) Successful in 12s
2026-02-20 17:58:40 +01:00
cd97f53632 feat: dynamically link footer attribution to the site owner's author page
All checks were successful
Deploy Theme / deploy (push) Successful in 13s
2026-02-20 17:56:25 +01:00
3a80e71c21 feat: add sophisticated and artful author template
All checks were successful
Deploy Theme / deploy (push) Successful in 16s
2026-02-20 17:54:09 +01:00
c4cad08700 style: use brand-primary for 404 heading and streamline button label
All checks were successful
Deploy Theme / deploy (push) Successful in 14s
2026-02-20 17:46:52 +01:00
27e4bcdd02 style: remove uppercase from 404 suggestion heading
All checks were successful
Deploy Theme / deploy (push) Successful in 14s
2026-02-20 17:44:23 +01:00
e5f26f6d30 feat: add artful error-404 template with suggested posts
All checks were successful
Deploy Theme / deploy (push) Successful in 14s
2026-02-20 17:41:43 +01:00
997fffa367 style: add subtle bottom separator line to the header
All checks were successful
Deploy Theme / deploy (push) Successful in 15s
2026-02-20 17:26:54 +01:00
d33dcd7fb9 feat: implement sticky header with height compression and glassmorphism
All checks were successful
Deploy Theme / deploy (push) Successful in 13s
2026-02-20 12:45:32 +01:00
78dc8cbd08 feat: add smooth scroll-to-top button with Alpine transition
All checks were successful
Deploy Theme / deploy (push) Successful in 13s
2026-02-20 12:14:17 +01:00
b0e1dad5ea fix(htmx): ensure window scrolls to top on navigation
All checks were successful
Deploy Theme / deploy (push) Successful in 14s
2026-02-20 11:27:58 +01:00
5db7ad8e6b fix(navigation): implement persistent shell with client-side highlighting for rock-solid mobile menu
All checks were successful
Deploy Theme / deploy (push) Successful in 14s
2026-02-20 11:25:13 +01:00
d7702d6697 fix(mobile-menu): use native Alpine event listener for robust menu closing on navigation
All checks were successful
Deploy Theme / deploy (push) Successful in 13s
2026-02-20 11:23:02 +01:00
0d05bb254d fix(navigation): move mobile menu inside viewport and remove hx-preserve to fix active route highlighting
All checks were successful
Deploy Theme / deploy (push) Successful in 14s
2026-02-20 11:21:09 +01:00
881b357167 fix(htmx): move hx-boost to body to capture mobile menu navigation
All checks were successful
Deploy Theme / deploy (push) Successful in 13s
2026-02-20 11:17:21 +01:00
0c477ca428 fix(mobile-menu): re-enable async navigation by removing hx-boost="false"
All checks were successful
Deploy Theme / deploy (push) Successful in 13s
2026-02-20 11:15:27 +01:00
b12bcfd5ea style: remove uppercase and add vertical separators to footer navigation
All checks were successful
Deploy Theme / deploy (push) Successful in 14s
2026-02-20 10:48:12 +01:00
f4b03c9221 style: hide date and meta info on static pages
All checks were successful
Deploy Theme / deploy (push) Successful in 13s
2026-02-20 10:43:02 +01:00
9f4a46bc88 feat: add secondary navigation to the footer
All checks were successful
Deploy Theme / deploy (push) Successful in 14s
2026-02-20 10:40:04 +01:00
7467ae2d37 style: ensure theme toggle icons use same color as burger menu
All checks were successful
Deploy Theme / deploy (push) Successful in 13s
2026-02-20 10:23:38 +01:00
a7f1c83e83 fix(navigation): ensure active state and hover effect work correctly with HTMX by moving header inside viewport
All checks were successful
Deploy Theme / deploy (push) Successful in 13s
2026-02-20 10:21:26 +01:00
ad8b7777f2 style: add fancy hover effect and current route marker to navigation
All checks were successful
Deploy Theme / deploy (push) Successful in 13s
2026-02-20 10:18:57 +01:00
041f46f551 style: update home grid to 3 columns and enhance heading prominence with animation
All checks were successful
Deploy Theme / deploy (push) Successful in 12s
2026-02-20 10:15:43 +01:00
df0a3cd24e fix: only show related posts and navigation on posts, not pages
All checks were successful
Deploy Theme / deploy (push) Successful in 13s
2026-02-20 10:11:52 +01:00
047a190b9d style: move @utility prose to top-level for Tailwind v4 compatibility
All checks were successful
Deploy Theme / deploy (push) Successful in 13s
2026-02-20 10:10:37 +01:00
5220230e67 style: make prose horizontal rules more subtle in dark theme
All checks were successful
Deploy Theme / deploy (push) Successful in 14s
2026-02-20 10:06:03 +01:00
056c68dbc0 feat: add related posts and next/previous navigation to post template
All checks were successful
Deploy Theme / deploy (push) Successful in 13s
2026-02-20 09:58:02 +01:00
fa7c5bb487 style: remove site title from header and mobile menu for a cleaner look
All checks were successful
Deploy Theme / deploy (push) Successful in 13s
2026-02-20 09:53:31 +01:00
ecdf5dd2cc style: switch to Fraunces for a more expressive, high-end heading pairing with Montserrat
All checks were successful
Deploy Theme / deploy (push) Successful in 14s
2026-02-20 09:49:13 +01:00