From 88eaacebcec5a7160904cb88c04ff771491a3871 Mon Sep 17 00:00:00 2001 From: Nemo D'ACREMONT Date: Thu, 29 May 2025 19:28:54 +0200 Subject: [PATCH] init: add style --- .gitmodules | 3 +++ archetypes/default.md | 5 +++++ hugo.toml | 4 ++++ themes/nostyleplease | 1 + 4 files changed, 13 insertions(+) create mode 100644 .gitmodules create mode 100644 archetypes/default.md create mode 100644 hugo.toml create mode 160000 themes/nostyleplease diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..eb27ebc --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/nostyleplease"] + path = themes/nostyleplease + url = git@github.com:hanwenguo/hugo-theme-nostyleplease.git diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..25b6752 --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,5 @@ ++++ +date = '{{ .Date }}' +draft = true +title = '{{ replace .File.ContentBaseName "-" " " | title }}' ++++ diff --git a/hugo.toml b/hugo.toml new file mode 100644 index 0000000..994a02a --- /dev/null +++ b/hugo.toml @@ -0,0 +1,4 @@ +baseURL = 'https://example.org/' +languageCode = 'en-us' +title = 'My New Hugo Site' +theme = 'nostyleplease' diff --git a/themes/nostyleplease b/themes/nostyleplease new file mode 160000 index 0000000..cfbfe4e --- /dev/null +++ b/themes/nostyleplease @@ -0,0 +1 @@ +Subproject commit cfbfe4e8ed13ba6256c9ea076690dba30dd8765b