Home to the articles that make up the content of website
Consider each directory as its own route, and the +article.md
file as the contents of the page. There's a couple of rules to follow when writing a post:
- Follow the semantics of Aubade
- Follow the default and specified
markdownlint
rules - Have a front matter with at least a
title
property - When specifying a
date
property, use the simplified ISO 8601 format wrapped in double quotes
Use your own metadata by adding this template to the front matter when you're writing your own post.
---
author:
name: Kimi no Na wa
img: /assets/profile/USERNAME.(jpg|png)
link: https://social.media/USERNAME
---
name:
is the name of the authorimg:
is the path to the author's avatar image in theassets/profile
directorylink:
is the link to the author's profile or any other social link