-
-
Notifications
You must be signed in to change notification settings - Fork 927
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remote Theme ineffective #156
Comments
Hi @atom-tracer This issue was caused by your wrong base url, it made the css file loading wrongly. You can check the Readme for correcting your base url. Thanks & Regards |
Hi jeffreytse, |
Hi @atom-tracer For yours, I believe it should be as below as your repository using a default github page name: jekyll_baseurl: "/" # Default is according to _config.yml` Note: the Thanks & Regards |
Hi,
|
Hi @atom-tracer According to your log, this issue caused by a Liquid Exception happened in
Please ensure your change on this file Thanks & Regards |
Hi, |
When I use order
bundle exec jekyll serve
locally, the page seems normal.However, when I push the repo to github, it will be automatically and successfully deployed, and the page looks like this:
I noted that #37 has noted that problem in 2021, but I don't get it: what am I supposed to set my base_url? and what's the meaning?
Here's part of my configuraion files:
There's 1 warning on Github Action:
But I don't know how to fix it.
Hoping to get help,
thanks.
The text was updated successfully, but these errors were encountered: