Jekyll - Github - Tufte

February 16, 2025

This is the jekyll-theme-tufte deployed with the “Deploy Jekyll side to Pages” workflow. In this case the theme files are stored in the repo due to workflow errors.

All Credit goes to: jekyll-theme-tufte

tufte-jekyll

tufte-css-jekyll

Format test below:

monospaced

cursive

Tufte CSSSee also Tufte Css

Syntax highlighting light mode and dark mode from the original repo

YAML:

---
layout: page
full_width: true
nav_title: Layouts
title: Available Page Layouts
weight: 4

- One
- Two
- Three

&anchor foo: bar

*anchor

Ruby:

raise NotImplementedError.new

# blah
module Foo
  class Omg
    def initialize()
      super
      @x = "The quick brown fox jumps over the lazy dog."
    end

    def add(x, y)
      return x + y
    end

    # say hello
    def hello
      puts "hello!"
    end
  end
end

HTML:

<!-- comment -->
<html>
  <head><title>Test</title></head>
  <body>
    <h1>omg</h1>
    <div class="omg">
      <input type=checkbox checked/>
    </div>
  </body>
  <script type="text/javascript">
    function foo(e) {
        var x = 5 + 5;
        alert("Hello");
    }
  </script>
</html>

Java:

// Comment
class HelloWorld {
    public static void main(String[] args) {
        System.out.println("Hello, World!");
    }
}

C:

#include <stdio.h>

// Comment
int main() {
   printf("Hello, world!\n");
   return 0;
}

Which of us ever undertakes laborious physical exercise, except to obtain some advantage from it?

- H. Rackham, Loeb Classical Library translation of De finibus bonorum et malorum by Cicero

But I must explain to you how all this mistaken idea of reprobating pleasure and extolling pain arose. To do so, I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?

← Back to all posts

Jekyll - Github - Tufte - February 16, 2025 - bitbear