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