a post template

This is a template post. Copy this file, rename it with today’s date (YYYY-MM-DD-slug.md), and replace the content below.

Headings and text

Standard Markdown works — bold, italic, links, and inline code.

Lists

  • item one
  • item two
    • nested item

Check lists

  • done
  • todo

Code blocks

def hello():
    print("hi")

Blockquote

Short quote goes here. — Author

Images

Use the figure.liquid include to drop in images from assets/img/:

{% include figure.liquid path="assets/img/example.jpg" class="img-fluid rounded z-depth-1" %}

Math

Inline math like \(E = mc^2\) is enabled via MathJax (see _config.yml).




Enjoy Reading This Article?

Here are some more articles you might like to read next:

  • Displaying External Posts on Your al-folio Blog