aboutsummaryrefslogtreecommitdiff
path: root/doc-tool/resources
diff options
context:
space:
mode:
Diffstat (limited to 'doc-tool/resources')
-rw-r--r--doc-tool/resources/_layouts/index.html4
-rw-r--r--doc-tool/resources/index.md5
2 files changed, 9 insertions, 0 deletions
diff --git a/doc-tool/resources/_layouts/index.html b/doc-tool/resources/_layouts/index.html
new file mode 100644
index 000000000..5be2d9794
--- /dev/null
+++ b/doc-tool/resources/_layouts/index.html
@@ -0,0 +1,4 @@
+---
+layout: main
+---
+<h1>{{ content }}</h1>
diff --git a/doc-tool/resources/index.md b/doc-tool/resources/index.md
new file mode 100644
index 000000000..82f1d9cfc
--- /dev/null
+++ b/doc-tool/resources/index.md
@@ -0,0 +1,5 @@
+---
+layout: main
+---
+
+Hello, world!