Replies: 1 comment
-
Do like #1809 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Checklist
How did you create the site?
Built from
jekyll-theme-chirpy
Description
1s
Run bundle exec jekyll b -d "_site"
Configuration file: /home/runner/work/padeume.github.io/padeume.github.io/_config.yml
Theme Config file: /home/runner/work/padeume.github.io/padeume.github.io/_config.yml
Source: /home/runner/work/padeume.github.io/padeume.github.io
Destination: /home/runner/work/padeume.github.io/padeume.github.io/_site
Incremental build: disabled. Enable with --incremental
Generating...
Error: Can't find stylesheet to import.
Operations you have already tried
AWS Lightsail ubuntu 24.04
ruby 3.2.2
Anything else?
Hello,
I am experiencing an issue while setting up the Chirpy theme on my Jekyll blog. Here's my setup:
Environment:
4.x
)What I'm Trying to Do:
I am running a Jekyll blog on my local Ubuntu server, using it as the backend for a GitHub Pages blog. The default Jekyll theme works fine, but when I attempt to switch to the Chirpy theme, I encounter the following error during the build process:
Steps I Followed:
_config.yml
) to my project.Troubleshooting Done:
@import
with@use
in themain.scss
file to comply with Dart Sass standards, but the issue persists._site
directory before retrying the build.bundle update
) and confirmed thejekyll-sass-converter
version is up to date._tabs
,assets
, and root directories, but couldn't identify the root cause.Expected Outcome:
The Jekyll build process should complete successfully, generating the necessary files in the
_site
directory without errors.Actual Outcome:
The build fails with the following error:
I would greatly appreciate any guidance on resolving this issue. Thank you in advance for your support!
Best regards,
padeume.
Additional Suggestions:
_sass
,assets
, ormain.scss
) if you're comfortable sharing them.gem "jekyll-theme-chirpy", "~> 5.x"
or a Git clone).This will make your issue clear, polite, and professional! 😊
Beta Was this translation helpful? Give feedback.
All reactions