diff --git a/site/README.md b/site/README.md index d9c0e55..0fe20df 100644 --- a/site/README.md +++ b/site/README.md @@ -1,3 +1,10 @@ This directory hosts the Kerolox website. 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 diff --git a/site/content/contribute/site.md b/site/content/contribute/site.md index fca6dd6..ebf1c83 100644 --- a/site/content/contribute/site.md +++ b/site/content/contribute/site.md @@ -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. - -# 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