Replies: 3 comments 3 replies
-
The If you want to achieve the same effect on the latest starter (v7.2.0+), please follow the example below to override the default values: In file ---
---
+@use 'abstracts/variables' with (
+ $sidebar-width: 250px
+);
@use 'main
{%- if jekyll.environment == 'production' -%}
.bundle
{%- endif -%}
';
/* append your custom style below */ |
Beta Was this translation helpful? Give feedback.
-
@cotes2020 is this a common approach to handling theme overrides in Jekyll? |
Beta Was this translation helpful? Give feedback.
-
@cotes2020 same problem as @iSpeakNerd here, appending the css file to override default CSS is breaking the site on github pages but not locally. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Checklist
How did you create the site?
Generated from
chirpy-starter
Description
I have been using this theme for a long time, I used to be able to generate from
chirpy-starter
and had customized_data/origin/cors.yml
,assets/css/jekyll-theme-chirpy
and had been using_saas/variables-hook.scss
to deal easily with version updates, now these files are simply ignored upon both publishing to GH pages and local Jekyll serve.Operations you have already tried
Anything else?
Ruby 3.2.2 (2023-03-30 revision e51014f9c0)
Jekyll 4.3.4
Beta Was this translation helpful? Give feedback.
All reactions