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

Add epigraph css to tufte jekyll ? #61

Closed reyman closed 4 years ago

reyman commented 7 years ago

Hi,

Do you think it's possible to push the tufte epigraph css behavior ( https://edwardtufte.github.io/tufte-css/) into tufte jekyll ?

Thanks SR

clayh53 commented 7 years ago

Yes, that looks very doable. It appears that they have made some recent updates to the Tufte-CSS repo and I would like to keep this theme with feature-parity with the CSS source repo. My main goal with the Jekyll theme is to make it even easier to write blogs in this style by encapsulating these features in Jekyll-style Liquid tags instead of slogging through a bunch of HTML.

One other thing I have been toying with is having Sparklines functionality from a Jekyll/Liquid tag. My thought is you could feed the tag either data directly or use a json feed that would synchronize automagically. Any thoughts about that?

clayh53 commented 4 years ago

I have added an epigraph tag set to the repository