Eleventy Satisfactory

How to set the date of a post

When writing a new post, you can set the date of the post in a few different ways. The date of the post determines the order it appears in the post listings.

Set footer images and links

How to set the links in the footer as well as the small thumbnails that appear.

Set up the metadata.json

The metadata.json file contains various configuration items that are needed to set up the blog. It controls things like title, URLs, tags, feeds, and some links. The metadata.json file is located under _data/metadata.json

Showcase of various heading sizes

A few different heading levels from H2 to H6. H1 is already used by the post title. H2 to H4 get permalinks, but H5 and H6 don’t.

Showcase of various Markdown features

This page demos various markdown syntax and how it’s rendered.