diff --git a/www/archetypes/default.md b/www/archetypes/default.md new file mode 100644 index 0000000..5044cf8 --- /dev/null +++ b/www/archetypes/default.md @@ -0,0 +1,5 @@ ++++ +title = '{{ replace .File.ContentBaseName "-" " " | title }}' +date = {{ .Date }} +draft = true ++++ diff --git a/www/hugo.toml b/www/hugo.toml new file mode 100644 index 0000000..c42972a --- /dev/null +++ b/www/hugo.toml @@ -0,0 +1,3 @@ +baseURL = 'https://example.org/' +languageCode = 'en-us' +title = 'My New Hugo Site'