clayh53 / tufte-jekyll

Minimal Jekyll blog styled to resemble the look and layout of Edward Tufte's books
MIT License
620 stars 206 forks source link

Make plugins aware of baseurl setting #20

Closed ghost closed 8 years ago

ghost commented 8 years ago

This eliminates the need to hard-code image and asset paths in the liquid tags. I've updated the Readme with some appropriate information, as well as made a few tweaks and fixed a few typos. Let me know if you have any questions about my changes.

I've also updated the example blog post to change to relative paths, now the examples match exactly to the real code used.

Fixes #15.

clayh53 commented 8 years ago

Works great! Thanks so much for solving this annoying issue. Tested external urls and local urls, and the baseurl business is solved.

ghost commented 8 years ago

You're welcome. Glad I was able to help out. :smile: