commit 771b2fdc62cf6a3704f45588d805ee98510615fe Author: vincent Date: Wed Nov 25 15:29:17 2020 +0100 first commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..04e0acc --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ + +# Created by https://www.toptal.com/developers/gitignore/api/hugo +# Edit at https://www.toptal.com/developers/gitignore?templates=hugo + +### Hugo ### +# Generated files by hugo +/public/ +/resources/_gen/ +hugo_stats.json + +# Executable may be added to repository +hugo.exe +hugo.darwin +hugo.linux + +# End of https://www.toptal.com/developers/gitignore/api/hugo + diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..59314e8 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/toha"] + path = themes/toha + url = https://github.com/hugo-toha/toha.git 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..e4b7418 --- /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/toha b/themes/toha new file mode 160000 index 0000000..da03692 --- /dev/null +++ b/themes/toha @@ -0,0 +1 @@ +Subproject commit da036923f35a341ad68b9c02a90c76bf598a54ca