yous / whiteglass

Minimal, responsive Jekyll theme for hackers
https://yous.github.io/whiteglass/
MIT License
730 stars 198 forks source link

Theme has changed in the jekyll serve demo, but doesn't change in github blog online #4

Closed ss12f32v closed 7 years ago

ss12f32v commented 7 years ago

I really like this theme! But i have some problem when i changing the theme. It seems that the change shows in the local server by using jeykll server,but when i commit to the github. It doesn't work ,but the article and some title does change. I try to fix it, but still in vain. Do you guys have some solution with this problem? This is my blog's link : https://ss12f32v.github.io/
Thank you for making this awesome theme!

ss12f32v commented 7 years ago

Sorry for posting stupid question. I have already solve the problem. Thanks for this awesome theme!

yous commented 7 years ago

Hi, thanks for using this theme!

Actually, it takes some time to apply the changes on GitHub Pages. Also, this theme has additional plugins, which are not supported on GitHub Pages, jekyll-archives and jekyll-paginate.

So you may use CI to build and push your blog automatically, that's why this theme also has .travis.yml. You may start from there by changing env.global.secure to your Travis CI token, git clone, git push commands, and some branch names. It builds master branch of this project and push to gh-pages branch.

Closing this now, please feel free to ask a question or make an issue!