1
0
Fork 0

config: use baseURL and remove theme reference since md is not supported

This commit is contained in:
Pratham Patel 2022-07-22 18:33:46 +05:30
parent 732b3c9a11
commit 0500324f06
3 changed files with 6 additions and 2 deletions

3
.gitmodules vendored Normal file
View File

@ -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

View File

@ -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]

@ -0,0 +1 @@
Subproject commit 345c1cb020654e7eb0c851bd1400b158ddf81285