• Post Formats tags:
  • image
  • Post Formats

The preferred way of using images is placing them in the /assets/images/ directory and referencing them with an absolute path. Prepending the filename with {% raw %}{{ site.url }}{{ site.baseurl }}/assets/images/{% endraw %} will make sure your images display properly in feeds and such …

  • Layout
  • Uncategorized tags:
  • edge case
  • image
  • layout last_modified_at: 2017-10-26T15:12:19-04:00

This post has a header image with an OpenGraph override.

header:
  overlay_image: /assets/images/unsplash-image-1.jpg
  og_image: /assets/images/page-header-og-image.png
  caption: "Photo credit: [**Unsplash**](https://unsplash.com)"
  actions:
    - label: "Learn more"
      url: "https://unsplash.com"

  • Blog tags:
  • link
  • Post Formats link: https://github.com

This theme supports link posts, made famous by John Gruber. To use, just add link: http://url-you-want-linked to the post's YAML front matter and you're done.

And this is how a quote looks.

Some link can also be shown.

  • Blog tags:
  • Post Formats
  • notice

A notice displays information that explains nearby content. Often used to call attention to a particular detail.

When using Kramdown {: .notice} can be added after a sentence to assign the .notice to the <p></p> element.

Changes in Service: We just updated our privacy policy …