aboutsummaryrefslogtreecommitdiff
path: root/website/archetypes/default.md
diff options
context:
space:
mode:
authorMichael Gattozzi <mgattozzi@gmail.com>2019-11-25 19:40:29 -0500
committerMichael Gattozzi <mgattozzi@gmail.com>2019-11-25 19:40:29 -0500
commitbcea608cb4ab1c234f37a6095833f1e916777495 (patch)
treeb87d06f56934259e9126c48081ff04b4a97e5b4f /website/archetypes/default.md
parent3cd4bd77799e172293cc377e7bc45ab18be7cba8 (diff)
Setup the website skeleton with the kube theme
In the future a site with documentation and how to install the tool will be needed. This sets up a skeleton of a static site using Hugo and the kube theme. This will suffice for most needs for now.
Diffstat (limited to 'website/archetypes/default.md')
-rw-r--r--website/archetypes/default.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/website/archetypes/default.md b/website/archetypes/default.md
new file mode 100644
index 0000000..00e77bd
--- /dev/null
+++ b/website/archetypes/default.md
@@ -0,0 +1,6 @@
+---
+title: "{{ replace .Name "-" " " | title }}"
+date: {{ .Date }}
+draft: true
+---
+