summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-03-26 10:59:27 +0100
committerDanilo M. <danix@danix.xyz>2026-03-26 10:59:27 +0100
commitaab13e6564203c9ca435a003f5f2245f0d773c68 (patch)
treed6c25e022d60cc028e033bd400ee2e00fefebd8a
parenteb86cb9273a873686b6d60ebd1cce80a1414d058 (diff)
downloaddanixme-aab13e6564203c9ca435a003f5f2245f0d773c68.tar.gz
danixme-aab13e6564203c9ca435a003f5f2245f0d773c68.zip
removing old version of danix.me to make room for new version.
-rw-r--r--.gitmodules3
-rw-r--r--archetypes/default.md5
-rw-r--r--hugo.yaml3
3 files changed, 0 insertions, 11 deletions
diff --git a/.gitmodules b/.gitmodules
deleted file mode 100644
index 41cc572..0000000
--- a/.gitmodules
+++ /dev/null
@@ -1,3 +0,0 @@
-[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
deleted file mode 100644
index 0d5eebd..0000000
--- a/archetypes/default.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-date: '{{ .Date }}'
-draft: true
-title: '{{ replace .File.ContentBaseName "-" " " | title }}'
----
diff --git a/hugo.yaml b/hugo.yaml
deleted file mode 100644
index fa5818b..0000000
--- a/hugo.yaml
+++ /dev/null
@@ -1,3 +0,0 @@
-baseURL: https://example.org/
-languageCode: en-us
-title: My New Hugo Site