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

Move all images to assets, change how reference #9

Open
stephenturner opened this issue Mar 23, 2015 · 0 comments
Open

Move all images to assets, change how reference #9

stephenturner opened this issue Mar 23, 2015 · 0 comments

Comments

@stephenturner
Copy link
Contributor

Rather than reference ../img/<image> in a lesson, a better way to do this would be to move the image into /assets and use the Jekyll variable site.baseurl that is defined in the _config.yml to reference the image. E.g.,

![alt-text]({{site.baseurl}}/assets/geek_vs_nongeek.png)
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

1 participant