diff options
author | Nick White <git@njw.name> | 2019-10-10 16:01:21 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2019-10-10 16:01:21 +0100 |
commit | aa916b8fcaebb3fccc21c53ba8d215f934c3cb2a (patch) | |
tree | a10f410ccf09d5f5a7d9ccb99545713a5b2d4499 | |
parent | bf7d0403801d492041e9a3a9545d6c4981c65aa4 (diff) |
Add default archetype added by hugo on initial site setup
-rw-r--r-- | archetypes/default.md | 6 |
1 files changed, 6 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 +--- + |