GH Pages deploy not working
Closed this issue · 6 comments
Can't get this to format properly when deployed on GH Pages, either using the template or forking the repo to my own account. I set the branch to main and saved in the Settings. Flushed the browser cache (Chrome) but issue persists.
When cloning the repo and installing Jekyll, it builds just fine locally, but when I then push it back up to GH it still won't format the repo on GH Pages.
The last template I tried is at github.com/mroberts1/supreme-couscous
Any idea what the problem might be?
@mroberts1: Can you change the base URL and try? Its line number 23 of _config.yml
I tired changing the baseurl to /obsidian (the repo name) but the jekyll site still doesn't build with your theme. The deploy works fine on Netlify so I suspect the problem is jekyll plugins that aren't supported on GH pages.
@mroberts1 : I am running a fork and it's working fine - https://github.com/hfactor/hfactor.github.io
Same think here. Looks like deploy goes ok but I got a blank page.
@mroberts1 : baseurl
is used for creating subpath. ie, to host at example.com/obsidian config should be baseurl: /obsidian
Did you change line 23 - url: "https://jekyll-garden.github.io/" ?
@mroberts1 : Check #11.
Also, while using subpath, the hyperlinks are breaking. #20 I will sort that out soon.