Documentation for this blog

About this theme

The theme is maintained in a repo on my account, forked from someone else’s theme of the same name. The modifications include:

Creating a new post

Add a new post to the _posts folder with the name YYYY-MM-DD-title.md, with the front matter similar to that of this post. The URL used is the title from the file name, while the displayed title is sourced from the front matter. The site is tested locally using bundle exec jekyll serve, while Github pages deployments are available directly on the home page.

Sample elements

Code

1
2
3
4
5
def print_hi(name)
  puts "Hi, #{name}"
end
print_hi('Tom')
#=> prints 'Hi, Tom' to STDOUT.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
def print(name):
  print(f"Hi, {name}")
print_hi('Tom')
# prints 'Hi, Tom' to STDOUT.
def print(name):
  print(f"Hi, {name}")
print_hi('Tom')
# prints 'Hi, Tom' to STDOUT.
def print(name):
  print(f"Hi, {name}")
print_hi('Tom')
# prints 'Hi, Tom' to STDOUT.
def print(name):
  print(f"Hi, {name}")
print_hi('Tom')
# prints 'Hi, Tom' to STDOUT.
def print(name):
  print(f"Hi, {name}")
print_hi('Tom')
# prints 'Hi, Tom' to STDOUT.

Math / LaTeX

\[\left[ \frac{-\hbar^2}{2\mu}\nabla^2 + V(\mathbf{r},t)\right] \Psi(\mathbf{r},t)\]

Horizontal line


Image that inverts with the theme

Alt text

Image that doesn’t invert

Alt text

Table of contents

Blockquote

The following is a blockquote:

Fear is the response to loud noises, or loss of support.

Tables

Tables Are Cool Four
col 3 is right-aligned $1600 one
col 2 is centered $12 two
zebra stripes are neat $1 3

Heading with title

This is a reference for which a footnote is available below. 1


  1. This is the source for that reference.