tufte-jekyll icon indicating copy to clipboard operation
tufte-jekyll copied to clipboard

Minimal Jekyll blog styled to resemble the look and layout of Edward Tufte's books

Results 24 tufte-jekyll issues
Sort by recently updated
recently updated
newest added

I downloaded and ran the sample page with the theme but triple-backtick code was not rendered properly. Adding these settings to `_config.yml` fixes this. ![yamlfix](https://user-images.githubusercontent.com/7822872/39967777-24e5bb50-56c2-11e8-9107-8566757b621f.png)

Rendering of markdown inside an HTML block tag is disallowed per default (`` is per default rendered as a block by most browsers, cf. http://www.w3schools.com/tags/tag_figcaption.asp). In order to allow markdown...

On the Minima theme, I make my text go from right-to-left by using HTML: ```html ``` With this theme, however, the RTL text is placed at the far end of...

Hi, thank you so much for this terrific port of Tufte's CSS to Jekyll! Is it possible to use liquid in sidenotes? I would like to use Jekyll Scholar for...

Potential enhancement: collapsible navbar. Potential problems: 1. included a link to jquery 2. The default css code for the navbar (in particular the logo) looks slightly strange since the navbar...

Hello :) Is there any option to work directly with an .Rmd file? Thanks,

I have noticed that when I open a print preview for a page or post the side and margin notes do not show up at all. I've been racking my...

Howdy. When `feed.xml` is created the content is provided by ``` {{ post.content | xml_escape }} ``` However, the side margin information is included in the `post.content` which - for...

This is not a bug but more like a feature/enhancement request. I'm still trying to tweak my pages and have run into this minor issue: > I'd like to have...

Not an issue, but putting this here, in case it helps someone else. (thanks for the great theme btw) I didn't want to use the [UploadToGithub.Rakefile](https://github.com/clayh53/tufte-jekyll/blob/master/UploadToGithub.Rakefile). Github pages can now...