From 0500324f067e80656179b502d00de231ce3254aa Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Fri, 22 Jul 2022 18:33:46 +0530 Subject: [PATCH] config: use baseURL and remove theme reference since md is not supported --- .gitmodules | 3 +++ config.toml | 4 ++-- themes/hello-friend-ng | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 .gitmodules create mode 160000 themes/hello-friend-ng 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