commit 104cf1c5644415230921df61504e3e851171abe9 Author: baalajimaestro Date: Sat Oct 16 17:31:53 2021 +0530 Root commit Signed-off-by: baalajimaestro Change-Id: I5428738bf81e1af45fcfcd52cce264db3f06bdde 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'