diff --git a/.gitignore b/.gitignore index f05f6df..cd47611 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,6 @@ public/ exampleSite/public/ .DS_Store .hugo_build.lock -themes/ .history/ .vscode/ !.gitkeep \ No newline at end of file diff --git a/.gitmodules b/.gitmodules index 15852e2..eac0686 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,7 @@ -[submodule "themes/hugo-book"] - path = themes/hugo-book - url = https://github.com/alex-shpak/hugo-book.git [submodule "content"] path = content url = git@git.tablet.sh:the-btfash-foundation/tablet.sh +[submodule "theme"] + path = themes/hugo-book + url = https://github.com/alex-shpak/hugo-book diff --git a/themes/hugo-book b/themes/hugo-book new file mode 160000 index 0000000..118997f --- /dev/null +++ b/themes/hugo-book @@ -0,0 +1 @@ +Subproject commit 118997fa920e48acee7689fcf0cbb29d1b97ecb1