aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaran Jayachandra <karan.jayachandra@nxp.com>2023-09-21 16:07:46 +0200
committerKaran Jayachandra <karan.jayachandra@nxp.com>2023-09-21 16:07:46 +0200
commit79f08b42bb6af30b3e713a5b2c1a8904078d3af5 (patch)
treea2b952f4c92cb129b3afc6ef68f0f065775ab7be
parenta30e801cd353e26071cfca3cef0962cba2afc2a4 (diff)
Added reference to the theme I want
-rw-r--r--.gitmodules3
-rw-r--r--hugo.toml1
m---------themes/hugo-bearblog0
3 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..c53b474
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "themes/hugo-bearblog"]
+ path = themes/hugo-bearblog
+ url = https://github.com/janraasch/hugo-bearblog.git
diff --git a/hugo.toml b/hugo.toml
index 7e568b8..9a9dc5b 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -1,3 +1,4 @@
baseURL = 'https://example.org/'
languageCode = 'en-us'
title = 'My New Hugo Site'
+theme = 'hugo-bearblog'
diff --git a/themes/hugo-bearblog b/themes/hugo-bearblog
new file mode 160000
+Subproject 5fc1e03a7af2021d08c581d648c9082b3c48eb1