You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Operating System: AWS Lightsail Ubuntu 24.04
Ruby Version: 3.2.2
Jekyll Version: (please include your Jekyll version here, e.g., 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:
Error: Can't find stylesheet to import.
Steps I Followed:
Installed Ruby 3.2.2 and Jekyll on my Ubuntu server.
Cloned the Chirpy theme repository and added the necessary configurations (_config.yml) to my project.
Ran the build command:
bundle exec jekyll b -d "_site"
However, the build fails with the above error.
Troubleshooting Done:
Verified that all Sass files and their paths are correctly referenced.
Replaced @import with @use in the main.scss file to comply with Dart Sass standards, but the issue persists.
Cleared Jekyll cache and _site directory before retrying the build.
Updated all dependencies (bundle update) and confirmed the jekyll-sass-converter version is up to date.
Checked for potential conflicts between files in the _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:
Error: Can't find stylesheet to import.
I would greatly appreciate any guidance on resolving this issue. Thank you in advance for your support!
Best regards,
padeume.
Additional Suggestions:
Attach any relevant logs or directory structures (like _sass, assets, or main.scss) if you're comfortable sharing them.
Make sure to specify the exact Chirpy version you're using (e.g., gem "jekyll-theme-chirpy", "~> 5.x" or a Git clone).
This will make your issue clear, polite, and professional! 😊
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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