-
-
Notifications
You must be signed in to change notification settings - Fork 933
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
Error: Invalid CSS after " @if meta": expected "{", was ".function-exist..." on line 72 #177
Comments
@NaA-hwang As the |
@jeffreytse My project installed yat theme by forking the whole repository. But I tried using remote theme on my new project(whole different repository) but it still shows the same Conversion error Here is the log with the error. |
@NaA-hwang I saw your logs, it's still using the Or you can try to add |
@jeffreytse First of all, thank you for your kind instructions and sorry for these endless errors that i am bringing in :'( First thing I did was substituting the workflow file with the jekyll-deploy-action you introduced. I tried this on my first project where I forked your yat theme to. As a result, again, it shows the same Conversion error. logs are here Secondly, I tried to add I feel sorry to bother you with this problem but I am deseprately desiring this theme. I like the color, the layout, every features in this theme. I am just hoping to be able to use this theme eventually.. |
@NaA-hwang Don't forget to remove this |
I made it! Since my repository is messed up with so many googling, I re-cloned your repository and removed Gemfile.lock from my github repository. For those of you who have never used ruby or jekyll like me, don't forget to set deployment branch to gh-pages in Settings. |
@NaA-hwang Congrats! It's good news that you made it. Welcome to star this project for further updates in the future. : ) |
Once I push my project and my project starts github actions, it faces this error below.
I read the comment recommending upgrade of jekyll and tried it by adding
gem "jekyll", "~> 4.3.4"
andgem "jekyll-sass-converter", "~> 3.0.0"
on Gemfile. But once I commandbundle update jekyll jekyll-sass-converter
on my local environment, it shows this error below.It seems like the problem of Github pages dependency. This page shows the dependency versions Github Pages uses. How do we get to use jekyll version 4.x.x while the github pages dependency only supports jekyll version 3.10.0?
here is my actions log: build_and_deploy log
The text was updated successfully, but these errors were encountered: