Template Structure

Layouts #

text
layouts/
  baseof.html
  index.html
  single.html
  search/
  categories/
  tags/
  _partials/
  _shortcodes/
  _markup/

Partials #

Repeated interface elements live under _partials/. Start with menu/ for the sidebar, content/ for post metadata, and footer/ for comments and post navigation.

Markdown Rendering #

Use _markup/render-image.html, render-link.html, and render-codeblock.html to customize rendered Markdown.