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

adding images #14

Closed
ruzkas opened this issue Nov 29, 2019 · 5 comments
Closed

adding images #14

ruzkas opened this issue Nov 29, 2019 · 5 comments
Labels

Comments

@ruzkas
Copy link

ruzkas commented Nov 29, 2019

When adding a new image to the _images folder, is there a certain task I need to run for the image versions (small, large) to be created in assets? Thanks in advance.

@issue-label-bot
Copy link

Issue-Label Bot is automatically applying the label question to this issue, with a confidence of 0.62. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

@connor-baer
Copy link
Owner

Have a look at the package.json file to see the available scripts. yarn start and yarn build both run gulp tasks that generate optimized images (see https://github.com/connor-baer/summer/tree/master/gulpfile.js/tasks).

@ruzkas
Copy link
Author

ruzkas commented Dec 1, 2019

Thanks, running 'yarn build/yarn start' worked, I had to prepend it with bundle exec though.
Another issue I had when I tried to run the site on the local host for the first time was that the server address generated by 'yarn start' did not show the styles and the links were broken. I was able to get the fully functional website on the local server by running bundle exec jekyll serve. Is there anything I'm doing wrong?

@connor-baer
Copy link
Owner

connor-baer commented Dec 1, 2019

bundle exec is a Ruby command, mixing it with yarn scripts sounds...wrong. Nice if it works though 🤷‍♂️👍

You might have to change some values in the _config.yml file, probably the baseUrl is causing issues.

Please note that this theme is no longer actively maintained. I usually don't respond to support requests, so for further questions please familiarize yourself with the source code or refer to the Jekyll documentation.

@ruzkas
Copy link
Author

ruzkas commented Dec 1, 2019

Got it! Thanks for getting back to me!

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

No branches or pull requests

2 participants