2 minute read

This article is composed based default configuration of Minimal Theme (the one theme, used for this website, obviously).

Frontmatter

---
title: "Title of this post"
last_modified_at: 2016-03-09T16:20:02-05:00 - can be skipped
categories: - list of categories for article
  - Blog
tags: - list of tags for article
  - Post Formats
  - readability
  - standard
excerpt_separator: "<!--more-->" - optional, separator

link: https://github.com - optional, link to some page

toc: true - optional, table of contents
toc_sticky: true - optional, sticky table of contents

---

More

This post has a manual excerpt <!--more--> set after the first paragraph. The following YAML Front Matter has also to be applied:

excerpt_separator: "<!--more-->"

Tables

Tables are the same is in regular Markdown

Item Description Price
item1 item1 description 1.00
item2 item2 description 100.00

Example of embedded JavaScript

DVD

Notices

Notices are alternative to callouts (in Obsidian, for example).

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 here to better service our customers. We recommend reviewing the changes.

Primary Notice: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus ante dapibus diam. Sed nisi. Nulla quis sem at nibh elementum imperdiet.

Info Notice: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus ante dapibus diam. Sed nisi. Nulla quis sem at nibh elementum imperdiet.

Warning Notice: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus ante dapibus diam. Sed nisi. Nulla quis sem at nibh elementum imperdiet.

Danger Notice: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus ante dapibus diam. Sed nisi. Nulla quis sem at nibh elementum imperdiet.

Success Notice: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus ante dapibus diam. Sed nisi. Nulla quis sem at nibh elementum imperdiet.

Want to wrap several paragraphs or other elements in a notice? Using Liquid to capture the content and then filter it with markdownify is a good way to go.

{% capture notice-2 %}
#### New Site Features

* You can now have cover images on blog pages
* Drafts will now auto-save while writing
{% endcapture %}

<div class="notice">{{ notice-2 | markdownify }}</div>

New Site Features

  • You can now have cover images on blog pages
  • Drafts will now auto-save while writing

Quotes

Only one thing is impossible for God: To find any sense in any copyright law on the planet.

Mark Twain