From 7dc90e79992fdf55d15b36606c8a7aad92c9e714887b0677cd7148d98dedc29d Mon Sep 17 00:00:00 2001 From: pika Date: Thu, 20 Jun 2024 19:43:44 +0200 Subject: [PATCH] Addet Paper-Mod Theme for Hugo as a submodule --- www/archetypes/default.md | 5 +++++ www/hugo.toml | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 www/archetypes/default.md create mode 100644 www/hugo.toml 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'