Skip to content
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

Using the gem, how can I run gulp img? #59

Open
amaury1093 opened this issue Dec 30, 2018 · 1 comment
Open

Using the gem, how can I run gulp img? #59

amaury1093 opened this issue Dec 30, 2018 · 1 comment

Comments

@amaury1093
Copy link

amaury1093 commented Dec 30, 2018

I created my website with jekyll new, tweaked _config.yml to have evertyhing showing, added a picture in _img, and ran bundle exec jekyll server.

However, the thumbnails are not generated:

[2018-12-30 15:30:58] ERROR `/assets/img/posts/xworld-map_placehold.jpg' not found.
[2018-12-30 15:30:59] ERROR `/assets/img/posts/[email protected]' not found.
[2018-12-30 15:30:59] ERROR `/assets/img/posts/xworld-map_placehold.jpg' not found.
[2018-12-30 15:31:00] ERROR `/assets/img/posts/[email protected]' not found.

Note: I obviously didn't clone the repo on purpose. Below is a snippet of my _config.yml

remote_theme: janczizikow/sleek
plugins:
  - jekyll-feed
  - jekyll-remote-theme
  - jekyll-seo-tag

My question is, using the gem, can I still run gulp img?

@janczizikow
Copy link
Owner

janczizikow commented Dec 31, 2018

Hey @amaurymartiny unfortunately by just using the gem, you won't be able to use gulp commands. You could add your own gulp setup that would generate images for you, but the gulp task would have to follow the folder & naming convention as used in the gem / theme.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants