Jekyll Computer Modern Theme
Jekyll Computer Modern Theme is a simple theme for publishing essays to GitHub Pages with Jekyll: Github Link. It is 🆗 for a simple blog or academic paper.
Posts List
Sed Quis Custodiet Ipsos Custodes?
Example Static Page (not a post)
Style Guide
Here is a short paragraph of text.
Here is what a blockquote would look like. Here is what a blockquote would look like.
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Here’s a list with 3 items:
- item numero
- second item, this one is long enough so that it will wrap onto another line of text so you can see how it aligns
- third item
A horizontal rule:
And here is a code block:
some_int = 11
some_list = [12]
some_list.append(some_int)
print(f"Some python code {some_list}")
All the headings:
h1 example
text.
h2 example
text.
h3 example
text.
h4 example
text.
h5 example
text.
h6 example
text.
And an aside:
An image (from Nightcrawler) resized to same width as everything else (the default):
A full width image (from Ghost in the Shell) (using <img class="full-width" ... />
via the _includes/embed.html
helper):

A vimeo embed (also via the _includes/embed.html
helper):
A youtube embed (also via the _includes/embed.html
helper):