diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..22ac009 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/hugo-theme-even"] + path = themes/hugo-theme-even + url = https://banyan.divineduty.xyz/GNUxeava/hugo-theme-even 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/config.toml b/config.toml new file mode 100644 index 0000000..1d7c819 --- /dev/null +++ b/config.toml @@ -0,0 +1,3 @@ +baseURL = 'http://example.org/' +languageCode = 'en-us' +title = 'My New Hugo Site' diff --git a/themes/hugo-theme-even b/themes/hugo-theme-even new file mode 160000 index 0000000..5646979 --- /dev/null +++ b/themes/hugo-theme-even @@ -0,0 +1 @@ +Subproject commit 564697987de962672112b910422682eb6f9c26ba