]> danix's work - danix.xyz-2.git/commit
feat: add prev/next article navigation with shell prompt style
authorDanilo M. <redacted>
Sat, 18 Apr 2026 18:54:50 +0000 (20:54 +0200)
committerDanilo M. <redacted>
Sat, 18 Apr 2026 18:54:50 +0000 (20:54 +0200)
commit05f33a6e1059e84c309c5f674e094ed3b1105134
treeb18378428ead69deecc636c384f561054d3fec45
parent7b645976739619faf514083e5c74bcf187ba93a1
feat: add prev/next article navigation with shell prompt style

Add top and bottom navigation between sequential articles with hacker aesthetic:
- Top nav: [visitor@danix.xyz articles]$ cd
- Bottom nav: [visitor@danix.xyz articles]$ ls ../
- Missing link shows dimmed placeholder (beginning/end)
- Only renders on articles, not static pages
- New partial: article-nav.html
- Styling: monospace prompt in accent color, hover links with transition

Co-Authored-By: Claude Haiku 4.5 <redacted>
docs/superpowers/specs/2026-04-18-prev-next-navigation-design.md [new file with mode: 0644]
themes/danix-xyz-hacker/assets/css/main.css
themes/danix-xyz-hacker/assets/css/main.min.css
themes/danix-xyz-hacker/layouts/_default/single.html
themes/danix-xyz-hacker/layouts/articles/single.html
themes/danix-xyz-hacker/layouts/partials/article-nav.html [new file with mode: 0644]