This post exercises the theme’s text formatting so you can see how everything looks together.

Headings

Heading 1

Heading 2

Heading 3

Prose

Regular paragraph text sits at 1.125rem with a line-height of 1.65. It should be comfortable to read at length without feeling either cramped or too airy. Links look like this and are underlined by default.

Bold text and italic text and inline code all work as expected. So does strikethrough.

Lists

Unordered:

  • First item
  • Second item
    • Nested item
    • Another nested item
  • Third item

Ordered:

  1. Write the first draft
  2. Let it sit overnight
  3. Edit with fresh eyes
  4. Publish

Blockquote

Typography is what language looks like.

— Ellen Lupton

Code block

module Jekyll
  class LinkPost < Generator
    def generate(site)
      site.posts.docs.each do |post|
        next unless post.data["source"]
        # fetch metadata and enrich the post
      end
    end
  end
end

Table

Feature Supported
RSS Feed Yes
JSON Feed Yes
Dark mode Via theme.css
Pagination Yes
Archives Yes

Horizontal rule


That covers the basics.