I have been trying to get a basic theme look (which I will customize later) on github pages.
The theme I want: hugo-PaperMod
When I do hugo server it gives me a localhost link which upon clicking gets me to the theme. it works it builds. however, it doesn’t work on the github pages website
I changed baseURL to http, https, without the forward slash with the forward slash. I read up most of the related issues on this topic in this forum, but most of them had errors in the inspect element. I don’t. My website that I intend to use PaperMod on: my website I tried capitalizing and removing the baseURL too. What am I mising?
I am working on windows so it could be issues related to LF or CRLF line endings.
oh. I meant to clone it into the themes folder. I think i managed to do it both places. And I initially had hugo.toml but it didn’t work so i kept adding and deleting to see which one would work. I thought hugo.toml was working for local server so id need config.toml. which one of the three should I keep? and I will delete the directory immediately.
Hence I didn’t add content hoping to atleast see some boiler codes. Have few information in the first page and more later. Its why most of my params in the config file are profile mode. So do you know what i am doing wrong? Thank you for the help thus far.
My apologies. I had been going through multiple solutions online which said to switch to branch control and such. Could you tell me why removing the hugo_build.lock helped load the website?