jarrekk / Jalpc

🍎Jalpc -- A flexible Jekyll theme, 3 steps to build your website.
https://jarrekk.github.io/Jalpc/
MIT License
1.02k stars 1.1k forks source link

gh-pages is rendering a text page. working fine on my local machine #42

Closed ashutoshmjain closed 7 years ago

ashutoshmjain commented 7 years ago

Hi all

I am new to github and jekyll (:-

I forked 'jalpc_jekyll_theme repository into a 'ashutoshmjain.homepage' repository. And then cloned it to my local machine.

Made several changes. Everything looks good when I 'jekyll serve' on my localhost:4000

I then pushed the changes to git hub. The page https://ashutoshmjain.github.io/homepage appears text only page.

I made sure to follow the instructions in README for the change in base url. Also removed the CNAME as github was throwing warnings.

Will appreciate any help or pointers.

Ashutosh

jarrekk commented 7 years ago

Thanks for using Jalpc jekyll theme. Since your index page url is https://ashutoshmjain.github.io/homepage your need to change baseurl to /homepage/ in file _config.yml, all files are located based on this url.Please try it.

ashutoshmjain commented 7 years ago

Wow - That worked ..

Thanks a ton

Keep up the good work :+1: