Migrate site to-do back to README

This commit is contained in:
2026-05-16 16:55:38 -06:00
parent db0760f8b4
commit 17ce4a47c5
2 changed files with 7 additions and 9 deletions

View File

@@ -1,3 +1,10 @@
This directory hosts the Kerolox website. This directory hosts the Kerolox website.
Documentation on how to contribute to the site itself lives in at `./content/contribute/site.md`. Documentation on how to contribute to the site itself lives in at `./content/contribute/site.md`.
- TODO: [PWA support](https://abridge.pages.dev/overview-abridge/#pwa) for mobile sandbox
- TODO: Atkinson Hyperlegible Next
- TODO: document how to report bugs and get help
- TODO: cookbook for common Kerolox idioms
- TODO: tag example pages by demonstrated concept
- TODO: favicon

View File

@@ -39,12 +39,3 @@ make serve
``` ```
This runs Zola as an HTTP server of the site's content at `http://localhost:1111`. Note that while Zola will reload the _contents_ of the site, the _dependencies_ of the site, such as Typst diagrams, will _not_ be. To reload those, kill the server with `Ctrl+C` and run `make serve` again. This runs Zola as an HTTP server of the site's content at `http://localhost:1111`. Note that while Zola will reload the _contents_ of the site, the _dependencies_ of the site, such as Typst diagrams, will _not_ be. To reload those, kill the server with `Ctrl+C` and run `make serve` again.
# Website To-Do Items
- TODO: [PWA support](https://abridge.pages.dev/overview-abridge/#pwa) for mobile sandbox
- TODO: Atkinson Hyperlegible Next
- TODO: document how to report bugs and get help
- TODO: cookbook for common Kerolox idioms
- TODO: tag example pages by demonstrated concept
- TODO: favicon