diff options
| -rw-r--r-- | .gitmodules | 3 | ||||
| -rw-r--r-- | archetypes/default.md | 5 | ||||
| -rw-r--r-- | hugo.yaml | 3 | ||||
| m--------- | themes/hugo-profile | 0 |
4 files changed, 11 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..41cc572 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/hugo-profile"] + path = themes/hugo-profile + url = https://github.com/gurusabarish/hugo-profile.git diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..0d5eebd --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,5 @@ +--- +date: '{{ .Date }}' +draft: true +title: '{{ replace .File.ContentBaseName "-" " " | title }}' +--- diff --git a/hugo.yaml b/hugo.yaml new file mode 100644 index 0000000..fa5818b --- /dev/null +++ b/hugo.yaml @@ -0,0 +1,3 @@ +baseURL: https://example.org/ +languageCode: en-us +title: My New Hugo Site diff --git a/themes/hugo-profile b/themes/hugo-profile new file mode 160000 +Subproject 8ed4fea30c888a57546f6820b3dd7ee603acaef |
