Skip to content
Tim Scalzo edited this page Mar 29, 2017 · 12 revisions

Every post must start with a front matter containing some useful and required metadata.

Example:

---
layout: post
type: Beautiful
title: Example
link: https://example.com
date: 2011-01-01 11:11
image: example.png
authorName: John Appleseed
authorGithub: John
authorUrl: https://johnswebsite.com
imgWidth: 123
imgHeight: 456
siteDown: true
---

You can find more information about type here.

Make sure to enter the image's dimensions so that it can be scaled correctly.

If a post's site no longer exists/works, don't delete it. Use 'siteDown: true' to gray it out.

Clone this wiki locally