diff options
| -rw-r--r-- | .gitmodules | 3 | ||||
| -rw-r--r-- | hugo.toml | 1 | ||||
| m--------- | themes/hugo-bearblog | 0 |
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 @@ -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 |
