Search code examples
jekyll

Jekyll theme is working on local, but not working on remote


I forked this theme and created a simple pages, modified some css files - setting fonts for specific tags or disable italic on subheadings.

It works like a charm in local. But when I commit the files and push the repo, It shows contents but the design things are gone! I mean, It shows only html contents.

This is the page on local environment:

local

And this is the page on the remote server..?

remote

I can use basic tags and change some properties of tags in CSS, but I don't know about more details.. Could you please give me some kinds of guide or how to fix this problem?

Edit -- Here is my git repository:

https://github.com/soldier4443/soldier4443.github.io


Solution

  • In _config.yml, remove baseurl: "/blog" to read baseurl: "".