Jekyll true minimal theme

Home | About | Contacts | Archive

Jekyll true minimal theme

True minimal theme is extremely lightweight and ascetic jekyll theme.

This theme has only one css file, which is used for source code highlighting.

Heading 1

Heading 2

Heading 3

List of entries:

Source code are highlighted:

#!/usr/bin/perl

sub print_hello {
    print "Hello, Jekyll!\n";
}

print_hello;

Build with Jekyll and true minimal theme