diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..179cb0c --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/hello-friend-ng"] + path = themes/hello-friend-ng + url = https://github.com/rhazdon/hugo-theme-hello-friend-ng.git diff --git a/config.toml b/config.toml index ac2222f..31de7c2 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = "/" +baseURL = "https://mach.thefossguy.com/" title = "Setting up Pratham's machines" theme = "hello-friend-ng" languageCode = "en-in" @@ -26,7 +26,7 @@ languageCode = "en-in" author = true topText = [] bottomText = [ - "Powered by Hugo, for Pratham Patel (theme: (hello-friend-ng)[https://github.com/rhazdon/hugo-theme-hello-friend-ng])" + "Powered by Hugo, for Pratham Patel" ] [params.logo] diff --git a/themes/hello-friend-ng b/themes/hello-friend-ng new file mode 160000 index 0000000..345c1cb --- /dev/null +++ b/themes/hello-friend-ng @@ -0,0 +1 @@ +Subproject commit 345c1cb020654e7eb0c851bd1400b158ddf81285