Commit Graph
11 Commits
Author SHA1 Message Date
nopeitsnothing 8b98031d39 chore(build): 02-sign.yml uses incorrect gpg settings
Use a fpr match to lock a specific key

Signed-off-by: nopeitsnothing <no@anonymousplanet.net>
2026-06-27 23:34:22 -04:00
nopeitsnothing cba1d637bf chore(build): 02-sign.yml did not create the repo dir
Do a quick mkdir -p repo/export before copying files to the dir

Signed-off-by: nopeitsnothing <no@anonymousplanet.net>
2026-06-27 23:18:20 -04:00
nopeitsnothing 35cc075adc chore: bump actions/checkout@v7
Do a sparse checkout on given patterns. Each pattern should be separated with new lines

Signed-off-by: nopeitsnothing <no@anonymousplanet.net>
2026-06-27 21:18:16 -04:00
nopeitsnothing f2dc66e22e docs(style): fix italic font
Forgot this one

Signed-off-by: nopeitsnothing <no@anonymousplanet.net>
2026-06-27 19:31:05 -04:00
nopeitsnothing 5a15f2615a chore: update sign action
actions/checkout@v4 to actions/checkout@v5
configure GPG commit signing

Signed-off-by: nopeitsnothing <no@anonymousplanet.net>
2026-06-27 19:29:54 -04:00
nopeitsnothing 8b4542f4d9 site!(design): do it better
This redesign isn't final, but it is much more clean and responsive.
2026-06-27 17:15:40 -04:00
nopeitsnothing 04f5036f3e docs(meta): update license
See LICENSE for new legal licensing information.
2026-06-18 06:25:30 -04:00
nopeitsnothing f079b5aba8 docs(web!): get new web design up
Serve the new look, update licensing.

  Serve the new CSS layouts for the web interface including:
  - Main documentation overhaul in docs/*.md files
  - New LICENSE file (CC BY-SA 4.0)
  - Hacker-themed stylesheets (hacker.css, hacker-extra.css)
  - Footer fixes and navigation improvements
  - Updated PGP key cross-signing

  **Additional CSS work:**
  - Social links inline fix for footer
  - CRT overlay cleanup from license display
  - New accessibility stylesheets
2026-06-18 06:06:55 -04:00
nopeitsnothing fc3763f85c docs(web!): get new web design up
Serve the new look, update licensing.
2026-06-18 05:37:28 -04:00
nopeitsnothing 4e26ae486b fix(css): display social links inline on same line
- Added CSS rules to force all .social and .social__link elements to use flexbox
  display instead of block, preventing them from wrapping onto new lines
- Force social icons to remain on same line with nowrap white-space
- Adjust gap between icons for better spacing (0.75em)
- Responsive adjustments for mobile screens
- Fixed icon sizes to match inline display requirements
2026-06-14 14:14:31 -04:00
nopeitsnothing 9dee4c7691 fix(css): cleanup footer license display by removing CRT overlay effects 2026-06-14 13:39:42 -04:00