Tips On Using Minimal Mistakes
Some useful tips here, courtesy of Jack Dougherty
Copyright (c) 2019 Jack Dougherty, used under MIT License
Formatting Guide
Link types
- Visible link uses angle brackets http://google.com
- Embedded link: place text in brackets, URL in parentheses
- But an embedded link to an internal page or post on this site requires the full URL
Footnote
Write the main text and insert a bracketed footnote symbol with a unique number or keyword.1 Then somewhere else in the main text, write the same bracketed footnote symbol and number/keyword, followed by a colon, and the footnote text.
Markdown image with pre-slash pathname (no baseurl because custom domain), actual size, but no caption

Liquid templating image in root no-slash images
Liquid image in root no-slash aligned with caption
This sample text demonstrates the wrap-around feature with aligned images. This sample text demonstrates the wrap-around feature with aligned images. This sample text demonstrates the wrap-around feature with aligned images. This sample text demonstrates the wrap-around feature with aligned images. This sample text demonstrates the wrap-around feature with aligned images.
HTML iframe, with quote marks around with and height, whether percentages or pixels
Code:
<iframe src="https://jackdougherty.youcanbook.me/" width="100%" height="600px"></iframe>
Demo:
YouTube embed
Code:
{% include video id="3sK7-g0otGM" provider="youtube" %}
Demo:
Redirect
I modified config.yml to accept jekyll-redirect-from plugin for GitHub Pages, but have only succeeded with the redirect_to option. See https://github.com/jekyll/jekyll-redirect-from#redirect-to
-
Here’s the footnote text. ↩
Comments