This is a sample post.

Below is just about everything you’ll need to style in the theme. Check the source code to see the many embedded elements within paragraphs.

Heading 1

Heading 2

Heading 3

Heading 4

Body text

This is strong.

This is figure

North China sika deer

This is emphasized.

53 = 125. Water is H2O.

The New York Times (That’s a citation).

Underline.

HTML and CSS are our tools.

Blockquotes

Grumpy wizards make toxic brew for the evil Queen and Jack. The quick brown fox jumps over the lazy dog. Pack my box with five dozen liquor jugs.

Jackdaws love my big sphinx of quartz.

I follow up the quest. Despite of day and night and death and hell.

-- Idylls of the King, Tennyson

List Types

Ordered Lists

  1. Item one
    1. sub item one
    2. sub item two
    3. sub item three
  2. Item two

Unordered Lists

  • Item one
  • Item two
  • Item three

Tables

Header1 Header2 Header3
cell1 cell2 cell3
cell4 cell5 cell6
cell1 cell2 cell3
cell4 cell5 cell6
Foot1 Foot2 Foot3

table

Kingdom Phylum Class Order Family
ANIMALIA CHORDATA MAMMALIA CETARTIODACTYLA CERVIDAE

Code Snippets

Syntax highlighting via Pygments

#container {
  float: left;
  margin: 0 -240px 0 0;
  width: 100%;
}
├── my-theme
   ├── assets
      ├── css
      ├── img
      └── js
   └── page.html

highlight with line number.

1
2
3
def foo
  puts 'foo'
end

you can use latex with double $$

<q> tag

here is a <q> q tag </q>

here is a q tag