Post: Future Date

This post lives in the future and is dated Fri Dec 31 00:00:00 9999. It should only appear when Jekyll builds your project with the --future flag.

~1 min read

MathJax Example

MathJax is a simple way of including Tex/LaTex/MathML based mathematics in HTML webpages. To get up and running you need to include the MathJax script in the header of your github pages page, and then write some maths. For LaTex, there are two delimiters you need to know about, one for block or displayed mathematics \[ ... \], and the other for inline mathematics \( ... \).

~1 min read

Markup: Syntax Highlighting

Post displaying the various ways one can highlight code blocks with Jekyll. Some options include standard Markdown, GitHub Flavored Markdown, and Jekyll’s {% highlight %} tag.

1 min read

Markup: Image Alignment

The best way to demonstrate the ebb and flow of the various image positioning options is to nestle them snuggly among an ocean of words. Grab a paddle and let’s get started.

3 min read