mediumish-theme-jekyll icon indicating copy to clipboard operation
mediumish-theme-jekyll copied to clipboard

Local display different from the one on gh-pages

Open esorolla opened this issue 4 years ago • 2 comments

Hello,

First of all thank you so much for the nice job.

When I use the 'jekyll serve' command on my PC the webpage displays all its beauty on the locally created server. However, when I fork the original repository from "wowthemesnet/mediumish-theme-jekyll", I create the gh-pages off the master branch and I enter into "username.github.io" the display is ugly, the pictures of the posts do not appear, the author icon is much bigger....

Could you help me to find out why the layout does not work? I'm quite a beginner on Jekyll and web design.

Thanks in advance.

esorolla avatar Jan 23 '21 13:01 esorolla

I am having the same issue. I have been trying to solve it but without success. Did you @esorolla find the solution?

wgaonar avatar Sep 02 '22 07:09 wgaonar

I solved my issue. I had to change the baseurl filed in the _config.yml file to this: baseurl: /

The documentation of mediumish theme notes about this: "In your local project, open _config.yml. If your site is in root, for baseurl, make sure this is set to baseurl: /" Source: https://www.wowthemes.net/mediumish-free-jekyll-template/

wgaonar avatar Sep 03 '22 03:09 wgaonar