Stripped back docs website

This commit is contained in:
2026-04-10 12:30:26 +10:00
parent 60c07d64ef
commit 08a417a66a
18 changed files with 35 additions and 364 deletions

21
_layouts/default.html Normal file
View File

@@ -0,0 +1,21 @@
<!doctype html>
<html lang="en">
<head>
<!-- device settings -->
<meta charset = "UTF-8" />
<meta name="Content-Type" content="text/html" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- page title -->
<title>{{ page.title }}</title>
{% include metadata.html %}
{% include analytics.html %}
</head>
<body>
{{ content }}
</body>
</html>