diff options
| author | Danilo M. <danix@danix.xyz> | 2026-01-24 12:30:32 +0100 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-01-24 12:30:32 +0100 |
| commit | 9b95bcd186239f20f0c0d5e469443297163c6d12 (patch) | |
| tree | 0e7fe6edef08a7aa42d11620e9959f2f1ca66420 | |
| download | danixme-9b95bcd186239f20f0c0d5e469443297163c6d12.tar.gz danixme-9b95bcd186239f20f0c0d5e469443297163c6d12.zip | |
added everything
| -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 |
