17 Commits
Author SHA1 Message Date
nopeitsnothing 53d17ca29e v1.2.6
Signed-off-by: nopeitsnothing <no@anonymousplanet.net>
2026-07-12 22:29:53 -04:00
nopeitsnothing d6992a3b80 fix(css): oops in search icon pt2
Turns out the culprit may be a gh-pages deploy mutating the CSS

Signed-off-by: nopeitsnothing <no@anonymousplanet.net>
2026-07-12 22:08:30 -04:00
nopeitsnothing 4ff619f422 fix(css): oops in search icon
Signed-off-by: nopeitsnothing <no@anonymousplanet.net>
2026-07-12 21:36:03 -04:00
nopeitsnothing 11510a863b fix(css): oops, flat ToC rendering
Adjusted a few ToC and navigation settings to fix flat rendering.
Also removed `toc.integrate`
Fixed margin-left
Altered changelog admonition types
Fixed admonition title rendering bug (overlap)

Signed-off-by: nopeitsnothing <no@anonymousplanet.net>
2026-07-12 03:39:18 -04:00
nopeitsnothing 40e88da30a release: v1.2.6-pre1
- Various website improvements (CSS)
 - Adjust keyring path use the new relative path: pgp/anonymousplanet.asc
 - 02-sign.yml: use a fpr match to lock a specific key
 - 02-sign.yml: quick mkdir -p repo/export before copying files to the dir ^_^
 - Moved the Acknowledgements section to the bottom
 - COM Class Identifiers (CLSID/GUID) (NEW)
 - Windows Global Device Identifier (GDID) (NEW)
 - USB bus telemetry (device enumeration history) (NEW)
 - Glossary (`docs/includes/glossary.md`) and removed inline expansions where applicable

Signed-off-by: nopeitsnothing <no@anonymousplanet.net>
2026-07-12 01:16:16 -04:00
nopeitsnothing d9d144e563 chore(build): adjust keyring path
use the new relative path: pgp/anonymousplanet.asc

Signed-off-by: nopeitsnothing <no@anonymousplanet.net>
2026-07-12 01:00:43 -04:00
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