experimenting with docs2website setup

This commit is contained in:
2023-05-06 20:57:37 -07:00
commit a7a9bd53b5
9 changed files with 2982 additions and 0 deletions

1238
docs/base.css Normal file

File diff suppressed because it is too large Load Diff

22
docs/colors.css Normal file
View File

@@ -0,0 +1,22 @@
:root {
color-scheme: light dark;
}
body {
{{> .themes/Minimal Light }}
}
body[data-color-scheme='dark'] {
{{> .themes/Minimal Dark }}
}
@media (prefers-color-scheme: dark) {
body {
{{> .themes/Minimal Dark }}
}
body[data-color-scheme='light'] {
{{> .themes/Minimal Light }}
}
}

8
docs/index.md Normal file
View File

@@ -0,0 +1,8 @@
---
title: Hello, World
layout: main.html
---
## Hello, World!
Its currently {{ build_time.rfc2822 }}