commit a7ffcd1525d665db9f9a0feeafc6793079134c5f Author: Marcel Ventosa Date: Fri Jun 30 22:21:02 2023 +0700 Initial commit 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/hugo.toml b/hugo.toml new file mode 100644 index 0000000..1d7c819 --- /dev/null +++ b/hugo.toml @@ -0,0 +1,3 @@ +baseURL = 'http://example.org/' +languageCode = 'en-us' +title = 'My New Hugo Site'