From: Duje Mihanović Date: Sat, 5 Aug 2023 14:59:49 +0000 (+0200) Subject: Initial commit X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=940d8a5c1ecc4d3d86c4e8a739698d46e47a26f9;p=dujemihanovic.xyz.git Initial commit --- 940d8a5c1ecc4d3d86c4e8a739698d46e47a26f9 diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..f9597ba --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/duje"] + path = themes/duje + url = ./ 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' diff --git a/themes/duje b/themes/duje new file mode 160000 index 0000000..558981b --- /dev/null +++ b/themes/duje @@ -0,0 +1 @@ +Subproject commit 558981b134086fe06af090c147bac1a5f981dab9