summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2022-10-22 12:13:31 +0200
committerGuido Günther <agx@sigxcpu.org>2022-10-22 12:13:31 +0200
commit0f4e3dfc6f2f290245ba18d11ad3b0d1131a0a98 (patch)
treef1cbada2325534530d57f01bf9f3daf90d1aed30
Initial commit
-rw-r--r--archetypes/default.md6
-rw-r--r--config.toml3
2 files changed, 9 insertions, 0 deletions
diff --git a/archetypes/default.md b/archetypes/default.md
new file mode 100644
index 0000000..00e77bd
--- /dev/null
+++ b/archetypes/default.md
@@ -0,0 +1,6 @@
+---
+title: "{{ replace .Name "-" " " | title }}"
+date: {{ .Date }}
+draft: true
+---
+
diff --git a/config.toml b/config.toml
new file mode 100644
index 0000000..1d7c819
--- /dev/null
+++ b/config.toml
@@ -0,0 +1,3 @@
+baseURL = 'http://example.org/'
+languageCode = 'en-us'
+title = 'My New Hugo Site'