From dd6d76f471f825ee436fc164ba2ae44ef72a4eec Mon Sep 17 00:00:00 2001 From: Marceline Cramer Date: Thu, 14 May 2026 20:31:16 -0600 Subject: [PATCH] Migrate site/README to site page --- site/README.md | 10 +--------- site/content/contribute/site.md | 7 +++++++ 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/site/README.md b/site/README.md index b4111c8..d9c0e55 100644 --- a/site/README.md +++ b/site/README.md @@ -1,11 +1,3 @@ -- TODO: migrate into docs and replace contents of this file with backlink -- TODO: [PWA support](https://abridge.pages.dev/overview-abridge/#pwa) for mobile sandbox -- TODO: Atkinson Hyperlegible Next -- TODO: tag example pages by demonstrated concept -- TODO: document how to report bugs and get help -- TODO: document security policy -- TODO: cookbook for common Kerolox idioms - This directory hosts the Kerolox website. -The site is generated with [Zola](https://getzola.org), a minimalist static site generator. +Documentation on how to contribute to the site itself lives in at `./content/contribute/site.md`. diff --git a/site/content/contribute/site.md b/site/content/contribute/site.md index dee577b..72c310d 100644 --- a/site/content/contribute/site.md +++ b/site/content/contribute/site.md @@ -3,4 +3,11 @@ title = "Website" description = "How to contribute to the Kerolox website." +++ +- 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: document security policy +- TODO: cookbook for common Kerolox idioms +- TODO: tag example pages by demonstrated concept + TODO