-
Notifications
You must be signed in to change notification settings - Fork 637
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
Website not building properly with gulp #40
Comments
Hey @kthayashi , baseurl: "" # the subpath of your site, e.g. /blog
url: "https://janczizikow.github.io/sleek" # the base hostname & protocol for your site, e.g. http://example.com
|
Hi @janczizikow, thank you for this. I take that this issue is related to #28. Your suggestion has resolved most of the problems I was experiencing. However, images are still not showing up properly (blank in hero/featured images, ? marks in post thumbnails). Do you know of a solution for this? |
Hi @janczizikow, I have the same problem with the images. Do you have suggestions in mind? Thank you. |
Hey guys, really sorry was really swamped recently. @kthayashi to make images appear in the post:
There's a gulp task that compresses + resizes images for different purposes + renames it properly, so that partials (cards & hero) will the image. |
This is probably a newbie question, but I've got my site up and running for the most part and had no troubles, so thanks for that! However I too am struggling with the gulp img task... are there additional steps to using that command (such as needing to install it in a special way?) or should it just work out of the box with the rest of the stuff that is included in sleek? |
Hey @kat-wehr , You just need to make sure to run |
Gulp isn't making the necessary images for me. Here's the error I get:
I tried to change errorOnUnusedConfig: false to true, as suggested here: mahnunchik/gulp-responsive#57, but no dice. Any suggestions? |
Thank you for the fantastic theme! I've been checking how the website appears using the command
bundle exec jekyll serve
for a while now, and I just recently managed to get gulp-cli configured. However, when I rungulp
ornpm start
, the served website does not get built properly.I can successfully run commands such as
gulp img
, and I can't seem to figure out what is causing this issue. The website also appears properly when I runbundle exec jekyll serve
. Do you have any insights into this issue (is it merely an issue on my end)? For your reference, I am using npm 5.6.0, node 8.11.3, and gulp-cli 2.0.1. Thank you!The text was updated successfully, but these errors were encountered: