This website is powered by 11ty.
- Create a new file in the
src/posts
directory. You can use any format supported by 11ty including markdown. - Add the following mandatory frontmatter
date
: Publish date. For more information visit 11ty docs on date.description
: A short description of the post useful for sharing links.title
: Title of the post.
- Add the following optional frontmatter
permalink
: This will be used as the URL of the post. If left blank the file name will be used.tags
: Tags are useful for classifying posts into groups.socialImage
: This is the image that will be used for social media sharing. If left blank the default image will be used.
- Add the images to the
src/images
directory and reference it as/images/<your-image>
We use GDPR-compliant cookieless website analytics provided by Plausible and can be seen here
- see LICENCE file.