diff options
author | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2021-08-24 17:05:27 +0200 |
---|---|---|
committer | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2021-08-24 17:05:27 +0200 |
commit | 9f097eb30e867d1c26f9847d578e9cb46366a7a3 (patch) | |
tree | 156b8086249259766055b218a8e0fecfe14f852d /hugo/archetypes | |
parent | 8f2b510b7974bd95de7c08372931da4b0317b97c (diff) |
added static website generation with hugo and hugo-xmin theme
Diffstat (limited to 'hugo/archetypes')
-rw-r--r-- | hugo/archetypes/default.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hugo/archetypes/default.md b/hugo/archetypes/default.md new file mode 100644 index 0000000..00e77bd --- /dev/null +++ b/hugo/archetypes/default.md @@ -0,0 +1,6 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true +--- + |