summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-01-24 12:30:32 +0100
committerDanilo M. <danix@danix.xyz>2026-01-24 12:30:32 +0100
commit9b95bcd186239f20f0c0d5e469443297163c6d12 (patch)
tree0e7fe6edef08a7aa42d11620e9959f2f1ca66420
downloaddanixme-9b95bcd186239f20f0c0d5e469443297163c6d12.tar.gz
danixme-9b95bcd186239f20f0c0d5e469443297163c6d12.zip
added everything
-rw-r--r--.gitmodules3
-rw-r--r--archetypes/default.md5
-rw-r--r--hugo.yaml3
m---------themes/hugo-profile0
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