While attempting to fork a Jekyll theme and build the Github Page, I noticed that the generated page looks different
https://i.sstatic.net/Emq3p.jpg
from the original one
https://i.sstatic.net/RX90P.jpg
I followed the instructions to change the baseurl
in _config.yml
, without making any other modifications. The only alteration was made in the gh-pages
branch, which was used as the source for building the Github Page.
I attempted forking repositories that were already forks of the original repository, but encountered the same issue. It seemed like there was a problem with including a specific stylesheet, so I relocated the file _includes/css/style.css
to a different directory, resulting in slight improvement although the color values from _config.yml
and images in assets
were still missing.
Here's how I implemented it:
- Source: Github Link
- Demo: Link
Original Theme Details:
- Source: Github Link
- Demo: Link
Changes made to _config.yml
:
- url: "http://st4ple.github.io"
+ url: "http://cerbospace.github.io"
Edit: changed the repo name. Also removed the collaborators-only edit rights for now, just in case.
To troubleshoot, I tried building the site locally, as some suggestions mentioned it worked fine offline but not on Github Pages. Unfortunately, I experienced the same outcome.