No description
Find a file
Erica Marigold ee524dc160
feat(blog): implement proper blog pages with full rendering
* Render blog headers using a patched `ratatui-image` to export internal
  `Picker` fields which we use to construct our own picker based on
  guesses for what capabilities a terminal might have based on
  `$TERM_PROGRAM` values
* Move truncate implementation into `content` module and have other
  modules import it
* Add `terminal` module under `tui` for classifying different terminals
  and storing information regarding them
* Update trait `Component::init` to supply a `TerminalInfo`, to help
  components adapt themselves to terminal emulator capabilities
* Move rust toolchain back to stable, now version 1.87
* Increase rustfmt max width and chain width to 95
2025-08-18 19:10:47 +01:00
.config feat(blog): make posts interactible and render markdown contents 2025-08-15 12:41:24 +01:00
.github/workflows feat: init, basic rendering with ratatui to ssh backend 2025-01-28 05:40:02 +00:00
assets feat: impl portfolio design with complete about page 2025-02-02 18:28:57 +00:00
patches feat(blog): implement proper blog pages with full rendering 2025-08-18 19:10:47 +01:00
src feat(blog): implement proper blog pages with full rendering 2025-08-18 19:10:47 +01:00
www build(www): make svelte-kit output static 2025-08-12 09:21:28 +01:00
.envrc feat: init, basic rendering with ratatui to ssh backend 2025-01-28 05:40:02 +00:00
.gitignore feat: include ATProto powered blog using whitewind lexicons 2025-08-11 08:02:15 +01:00
build.rs feat(blog): implement proper blog pages with full rendering 2025-08-18 19:10:47 +01:00
Cargo.lock feat(blog): implement proper blog pages with full rendering 2025-08-18 19:10:47 +01:00
Cargo.toml feat(blog): implement proper blog pages with full rendering 2025-08-18 19:10:47 +01:00
LICENSE feat: init, basic rendering with ratatui to ssh backend 2025-01-28 05:40:02 +00:00
rust-toolchain feat(blog): implement proper blog pages with full rendering 2025-08-18 19:10:47 +01:00
rustfmt.toml feat(blog): implement proper blog pages with full rendering 2025-08-18 19:10:47 +01:00