13 Commits

Author SHA1 Message Date
Sylvestre Ledru d843e3d2c2 Show uutils commit hash and date on playground page
Emit a version.js alongside the WASM binary in CI recording the
coreutils commit used for the build, and display it under the
terminal with a link to the commit on GitHub.
2026-04-13 09:02:41 +02:00
Sylvestre Ledru 5c22a5b3d6 Add interactive WASM playground for uutils coreutils
A browser-based terminal that runs real Rust coreutils compiled to
WebAssembly (wasm32-wasip1) using @bjorn3/browser_wasi_shim.

Features:
- xterm.js terminal with command history and line editing
- Pipe support (cmd1 | cmd2 | cmd3), file redirects (>)
- Persistent virtual filesystem across commands
- cd/pwd builtins with virtual working directory
- Locale support (locale builtin + selector)
- UTF-8/multibyte correct output (raw ConsoleStdout, fixed args_sizes_get)
- Click-to-run example buttons
- Inline wasm_example shortcode for blog posts
2026-04-03 21:47:38 +02:00
Sylvestre Ledru 32640fe10e Add focus-visible styles for keyboard navigation accessibility 2026-04-01 08:46:10 +02:00
Sylvestre Ledru ae5f7c7118 Fix header logo color in dark mode
Use CSS variable instead of hard-coded black so the logo text
is visible on dark backgrounds.
2026-04-01 08:45:25 +02:00
Sylvestre Ledru c0e7d2471e Add invisible bridge to dropdown menu for easier hovering 2026-04-01 08:32:34 +02:00
Sylvestre Ledru 5b81796838 Add dropdown menu styles and constrain image width
Add CSS for the projects dropdown menu (desktop and mobile) and
limit images in main content to max-width: 100%.
2026-04-01 08:29:55 +02:00
Louis Dispa 219f09af3a Capitalize menu and title 2025-02-27 23:02:19 +01:00
Louis Dispa be58b7aaa4 Small fixes to css variables 2025-02-27 22:58:57 +01:00
Louis Dispa 7cfe565c29 Add dark mode 2025-02-16 22:52:06 +01:00
Louis Dispa 2038811242 Fix links on mobile layout 2025-02-16 19:55:55 +01:00
Terts Diepraam 2a78a48b6f remove oranda in favour of zola pages 2024-04-03 09:55:55 +02:00
Terts Diepraam f3948613ab redo styling and add a blog 2024-01-31 22:07:07 +01:00
Terts Diepraam 6db6c19532 port website to zola 2024-01-28 15:47:29 +01:00