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

Documentation on setting up forks (github actions)

Open sils opened this issue 3 years ago • 2 comments

I've forked the repo and I honestly don't know how the whole github actions and github pages stuff works with each other, that's why I'm using it and a theme.

I feel like it's probably just a few clicks after the fork to get the actions working properly and it's probably super simple to document and will help other people figure out how to host the site. :)

sils avatar Jun 23 '22 18:06 sils

It looks like it worked for you: https://sils.github.io/sils.io/

Your CSS is broken though since you didn't change the base URL to match your repo.

I agree, the README could clarify that more. PRs are welcome!

andrewbanchich avatar Jul 14 '22 00:07 andrewbanchich

For github.io users, the solution is just to remove the 'baseurl' value (https://github.com/andrewbanchich/forty-jekyll-theme/issues/153#issuecomment-1055992542). It should look like this:

baseurl: "" url:

For me (using GitHub pages) by only changing this, your CSS is working again.

Pablo1990 avatar Jul 20 '22 11:07 Pablo1990