1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-11-10 00:12:09 +00:00
No description
Find a file
Rohan Kumar 9077660b9f
New section "visible interactive semantics"
Move "in defense of link underlines" to subsection of new "visible
interactive semantics" section. Add info on distinguishing between
buttons and links, and making non-interactive space look visually
distinct from interactive space.
2022-05-19 19:31:24 -07:00
archetypes Batman!! (this commit has no parents) 2020-11-03 15:52:34 -08:00
assets New section "visible interactive semantics" 2022-05-19 19:31:24 -07:00
content New section "visible interactive semantics" 2022-05-19 19:31:24 -07:00
csv Join the "no js webring" 2022-05-16 15:11:31 -07:00
layouts Make webmentions a <dl>, don't translate code 2022-05-19 19:26:21 -07:00
linter-configs A11y: drop draft ARIA, overhaul in-page links 2022-05-19 17:18:14 -07:00
static Revert "Fix gif banner" 2022-05-16 09:12:01 -07:00
.build.yml Build system: allow parallel builds 2022-05-11 10:09:58 -07:00
.gitignore Update .gitignore 2022-02-28 14:20:43 -08:00
.rsyncignore Don't delete ~seirdy symlink 2022-04-18 21:21:59 -07:00
config.toml More CSS containment, adopt shortcodes 2022-05-11 23:32:35 -07:00
LICENSE License: Update CC license to CC BY-SA 4.0 2021-06-15 13:14:45 -07:00
Makefile Adjust image transcript approach 2022-05-12 17:33:12 -07:00
Makefile.online Streamline lint configuration 2022-05-11 10:01:22 -07:00
package.json CSS: fix misaligned inline nav, simplify 2022-05-01 21:59:11 -07:00
README.md Internal: create + use figure shortcodes + hooks 2022-04-18 21:15:29 -07:00

seirdy.one

sourcehut GitLab mirror GitHub mirror Codeberg mirror

builds.sr.ht status

Code for my personal website, seirdy.one. Built with Hugo.

Also builds my Gemini capsule: gemini://seirdy.one/.

Dependencies

To build:

  • Hugo 0.93 or later
  • Make
  • Git (Hugo uses Git info for features like date last updated)
  • Efficient Compression Tool It's like zopfli but more efficient and faster.
  • Brotli (optional; set NO_STATIC=1 to disable)
  • POSIX utils: grep, find, etc.

To deploy:

  • ssh
  • rsync
  • libzstd

To lint:

  • stylelint
  • csslint
  • pnpm
  • lychee

See the Makefile for details.

Design

I made the site as inclusive as possible. Tested using multiple screen readers (Orca, TalkBack, Apple VoiceOver, Windows Narrator, NVDA), and I regularly test with the following browsers/engines. Testing in a browser does not imply any sort of endorsement; I just want to meet people where they're at.

Desktop:

  • Gecko: Nightly, Stable, ESR, and sometimes Pale Moon
  • the Tor Browser
  • Blink: latest Chromium snapshot, stable, and QtWebEngine
  • WebKit: Webkit2GTK3
  • NetSurf
  • SerenityOS Browser
  • Very old WebKit via rekonq (Qt4 QtWebKit)
  • KHTML
  • Servo
  • Trident, if I have access to a Windows machine that has Edge with "IE Mode".

For all the above options, I test "reading mode" whenever it's available.

Mobile:

  • Android: Blink, Gecko, Tor Browser
  • iOS WebKit: latest stable version, iOS 12, iOS 10 on an iPhone 5. Also test Reader Mode.
  • TODO: try a KaiOS device.

Smart watches:

  • Borrowed an Apple Watch to try the embedded browser.
  • TODO: test on a Tizen or Wear OS device's browser.

Everything works well in all the above browsers.