experimenting with docs2website setup
This commit is contained in:
1238
docs/base.css
Normal file
1238
docs/base.css
Normal file
File diff suppressed because it is too large
Load Diff
22
docs/colors.css
Normal file
22
docs/colors.css
Normal 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
8
docs/index.md
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
title: Hello, World
|
||||
layout: main.html
|
||||
---
|
||||
|
||||
## Hello, World!
|
||||
|
||||
Its currently {{ build_time.rfc2822 }}
|
Reference in New Issue
Block a user