We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@envygeeks Hi ,
I am facing issue with below scenario, is there anything I am missing ?
Gemlist
Upgraded ruby verison from 2.5 to 2.7 Jekyll version 3.9.2 Jekyll assets 3.0.6 Sprockets 3.7.2 sprockets-assets latest sprockets-helpers
In css/main.scss
.bg { background: url(asset_path("[email protected]")); }
tried asset_path , asset_url, image-url, asset-url didn't work
_config.yaml
baseurl: "/help" # the subpath of your site, e.g. /blog/ destination: _site/help incremental: true
plugins:
markdown: kramdown
kramdown: input: GFM
collections: articles: output: true
sass: sass_dir: css
exclude:
assets: assets: - "*.svg" prefix: "/kb_assets" sources: - _kb_assets/images - _kb_assets/stylesheets - _kb_assets/javascripts - _kb_assets/image - _kb_assets/img - _kb_assets/css - _vendor/stylesheets - _vendor/javascripts sources:
All css files sit in the root/css folder
The text was updated successfully, but these errors were encountered:
It seems I have similar problem.
Maybe I use it wrong way? I added this plugin to existing project which have folders:
I tried to move images and styles to 📁 _assets without any success.
Is there any documentation except README.md?
Sorry, something went wrong.
No branches or pull requests
@envygeeks
Hi ,
I am facing issue with below scenario, is there anything I am missing ?
Gemlist
Upgraded ruby verison from 2.5 to 2.7
Jekyll version 3.9.2
Jekyll assets 3.0.6
Sprockets 3.7.2
sprockets-assets latest
sprockets-helpers
In css/main.scss
tried
asset_path , asset_url, image-url, asset-url didn't work
_config.yaml
baseurl: "/help" # the subpath of your site, e.g. /blog/
destination: _site/help
incremental: true
plugins:
markdown: kramdown
kramdown:
input: GFM
collections:
articles:
output: true
sass:
sass_dir: css
exclude:
assets:
assets:
- "*.svg"
prefix: "/kb_assets"
sources:
- _kb_assets/images
- _kb_assets/stylesheets
- _kb_assets/javascripts
- _kb_assets/image
- _kb_assets/img
- _kb_assets/css
- _vendor/stylesheets
- _vendor/javascripts
sources:
All css files sit in the root/css folder
The text was updated successfully, but these errors were encountered: