Website scaffolding
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
- 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.
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
+++
|
||||
template = "base.html"
|
||||
template = "pages.html"
|
||||
+++
|
||||
|
||||
- TODO: fancy landing page
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
+++
|
||||
paginate_by = 100
|
||||
title = "Contributor Guidelines"
|
||||
sort_by = "title"
|
||||
template = "pages.html"
|
||||
title = "Contributor Docs"
|
||||
template = "index.html"
|
||||
paginate_by = 5
|
||||
+++
|
||||
|
||||
- TODO: build instructions
|
||||
|
||||
6
site/content/contribute/architecture.md
Normal file
6
site/content/contribute/architecture.md
Normal file
@@ -0,0 +1,6 @@
|
||||
+++
|
||||
title = "Architecture"
|
||||
description = "A tour through Kerolox's codebase architecture."
|
||||
+++
|
||||
|
||||
TODO
|
||||
6
site/content/contribute/build.md
Normal file
6
site/content/contribute/build.md
Normal file
@@ -0,0 +1,6 @@
|
||||
+++
|
||||
title = "Build from Source"
|
||||
description = "How to build Kerolox from source."
|
||||
+++
|
||||
|
||||
TODO
|
||||
5
site/content/contribute/check.md
Normal file
5
site/content/contribute/check.md
Normal file
@@ -0,0 +1,5 @@
|
||||
+++
|
||||
title = "Static Checks"
|
||||
+++
|
||||
|
||||
TODO
|
||||
6
site/content/contribute/kerodox.md
Normal file
6
site/content/contribute/kerodox.md
Normal file
@@ -0,0 +1,6 @@
|
||||
+++
|
||||
title = "Kerodox"
|
||||
description = "Contribution guidelines and instructions for Kerodox."
|
||||
+++
|
||||
|
||||
TODO
|
||||
6
site/content/contribute/releases.md
Normal file
6
site/content/contribute/releases.md
Normal file
@@ -0,0 +1,6 @@
|
||||
+++
|
||||
title = "Releases"
|
||||
description = "Guidelines for the Kerolox release process."
|
||||
+++
|
||||
|
||||
TODO
|
||||
6
site/content/contribute/site.md
Normal file
6
site/content/contribute/site.md
Normal file
@@ -0,0 +1,6 @@
|
||||
+++
|
||||
title = "Website"
|
||||
description = "How to contribute to the Kerolox website."
|
||||
+++
|
||||
|
||||
TODO
|
||||
6
site/content/contribute/stdlib.md
Normal file
6
site/content/contribute/stdlib.md
Normal file
@@ -0,0 +1,6 @@
|
||||
+++
|
||||
title = "Stdlib"
|
||||
description = "How to contribute to the Kerolox standard library."
|
||||
+++
|
||||
|
||||
TODO
|
||||
5
site/content/examples/_index.md
Normal file
5
site/content/examples/_index.md
Normal file
@@ -0,0 +1,5 @@
|
||||
+++
|
||||
title = "Examples"
|
||||
template = "index.html"
|
||||
paginate_by = 100
|
||||
+++
|
||||
5
site/content/learn/_index.md
Normal file
5
site/content/learn/_index.md
Normal file
@@ -0,0 +1,5 @@
|
||||
+++
|
||||
template = "index.html"
|
||||
sort_by = "title"
|
||||
paginate_by = 5
|
||||
+++
|
||||
6
site/content/learn/editors.md
Normal file
6
site/content/learn/editors.md
Normal file
@@ -0,0 +1,6 @@
|
||||
+++
|
||||
title = "Editor Integration"
|
||||
description = "How to use Kerolox with third-party editors."
|
||||
+++
|
||||
|
||||
TODO
|
||||
5
site/content/learn/install.md
Normal file
5
site/content/learn/install.md
Normal file
@@ -0,0 +1,5 @@
|
||||
+++
|
||||
title = "How to Install"
|
||||
+++
|
||||
|
||||
TODO
|
||||
6
site/content/learn/why.md
Normal file
6
site/content/learn/why.md
Normal file
@@ -0,0 +1,6 @@
|
||||
+++
|
||||
title = "Why Kerolox?"
|
||||
description = "What motivates Kerolox's development?"
|
||||
+++
|
||||
|
||||
TODO
|
||||
5
site/content/roadmap.md
Normal file
5
site/content/roadmap.md
Normal file
@@ -0,0 +1,5 @@
|
||||
+++
|
||||
title = "Roadmap"
|
||||
+++
|
||||
|
||||
TODO
|
||||
@@ -1,7 +1,6 @@
|
||||
+++
|
||||
title = "Kerolox Sandbox"
|
||||
description = "An interactive Kerolox development environment."
|
||||
date = 2026-05-14
|
||||
+++
|
||||
|
||||
- TODO: embed CodeMirror sandbox
|
||||
TODO
|
||||
|
||||
7
site/content/tutorial/_index.md
Normal file
7
site/content/tutorial/_index.md
Normal file
@@ -0,0 +1,7 @@
|
||||
+++
|
||||
title = "Tutorial"
|
||||
description = "An interactive tour through Kerolox."
|
||||
template = "index.html"
|
||||
sort_by = "weight"
|
||||
paginate_by = 100
|
||||
+++
|
||||
@@ -23,6 +23,11 @@ url = "tutorial"
|
||||
name = "Tutorial"
|
||||
slash = true
|
||||
|
||||
[[extra.menu]]
|
||||
url = "learn"
|
||||
name = "Learn"
|
||||
slash = true
|
||||
|
||||
[[extra.menu]]
|
||||
url = "examples"
|
||||
name = "Examples"
|
||||
|
||||
Reference in New Issue
Block a user