Skip to content
Open
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
446e71e
Add .worktrees to .gitignore
pusewicz Mar 5, 2026
955037f
New redesign
pusewicz Mar 5, 2026
efbe22d
Redesign downloads page
pusewicz Mar 5, 2026
94c514d
Redesign Documentation
pusewicz Mar 5, 2026
8bd1145
Add .libs-* CSS classes for Libraries page redesign
pusewicz Mar 5, 2026
1f3898a
Fix CSS quality issues in .libs-* block
pusewicz Mar 5, 2026
518ed21
Redesign Libraries page with mrbgems grid and JS search
pusewicz Mar 5, 2026
d283dae
Fix author arrays, HTML escaping, null guard, and code quality in Lib…
pusewicz Mar 5, 2026
a1925d4
Add focus-visible styles for libs-card and escape visible card text
pusewicz Mar 5, 2026
5185cf6
Switch gem grid to CSS auto-fill grid, remove row wrappers
pusewicz Mar 5, 2026
1ac2997
Redesign about section
pusewicz Mar 5, 2026
3c12464
Redesign team page HTML
pusewicz Mar 5, 2026
fd46ff6
Add team page CSS
pusewicz Mar 5, 2026
c2f495c
Posts redesign
pusewicz Mar 5, 2026
3204d7b
Fix team CSS: remove no-op display:block, add 480px heading size
pusewicz Mar 5, 2026
ccc8900
Fix nav link to /team/, fill member grid using CSS auto-fill
pusewicz Mar 5, 2026
ff9f5bd
Refactor reusable components
pusewicz Mar 5, 2026
9386a84
Split CSS into partials
pusewicz Mar 5, 2026
daeac7c
Unify landing header
pusewicz Mar 5, 2026
9457b55
Make the whole block linkable
pusewicz Mar 5, 2026
bd949d3
Adjust the eyebrow dot
pusewicz Mar 5, 2026
95e99cc
Touch up accessibility
pusewicz Mar 5, 2026
56fa6e9
Build docs/api via Rake
pusewicz Mar 5, 2026
e785693
Create deploy.yml
pusewicz Mar 5, 2026
a0d0e90
Rename and tweak
pusewicz Mar 5, 2026
6e167e8
Remove groups
pusewicz Mar 5, 2026
d5edda1
Bump Ruby and gems
pusewicz Mar 5, 2026
ce9b4ba
Add missing gems
pusewicz Mar 5, 2026
8d25123
Rename redesign to default
pusewicz Mar 5, 2026
9c24bd9
Test on redesign branch
pusewicz Mar 5, 2026
8150d39
Sort
pusewicz Mar 5, 2026
eb16321
Bump bundler
pusewicz Mar 5, 2026
f041802
Remove unused scripts
pusewicz Mar 5, 2026
0e67dbb
Cleanup
pusewicz Mar 5, 2026
e63f771
Don't deploy on redesign
pusewicz Mar 5, 2026
872779a
Only build on official repo
pusewicz Mar 5, 2026
c8e2b8d
Generate contributors.yml
pusewicz Mar 5, 2026
214c438
Update README.md
pusewicz Mar 5, 2026
67a35bb
Add logo in the background
pusewicz Mar 5, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Test on redesign branch
  • Loading branch information
pusewicz committed Mar 5, 2026
commit 9c24bd98bfc0e98f89610728cfa8ea5386a9c8b1
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Pages

on:
push:
branches: [master]
branches: [master, redesign]
workflow_dispatch:

permissions:
Expand Down