Documentation on setting up forks (github actions)
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. :)
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!
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.