My ghost blog on github pages is not working
repo url: GitHub - karthikchintala1/karthikchintala1.github.io
As I figure it out the url’s in the static folder might not be correct as I saw them still pointing to http://localhost:2368.
url: http://karthikchintala1.github.io/
configuration:
Ghost version: 1.25.4
Python version: 2.7.15
node version: 8.11.3
Windows 10 x64
Steps to reproduce:
- Downloaded the ghost and unzipped to a folder
- npm start on the folder
- Working in local
- buster generate (generated static folder)
- buster deploy (deployed)
- Accessed site it’s not working as the urls are not resolved
I’m not sure how to map these url’s to the root directory of the github repo.
Please help.