From ef1f10e186b3301cc7c5ec38fe1ff33be23e0896 Mon Sep 17 00:00:00 2001 From: Ignatius Bagus Date: Wed, 2 Oct 2024 21:28:32 +0700 Subject: [PATCH] archive notes --- README.md | 32 +------------------------------- 1 file changed, 1 insertion(+), 31 deletions(-) diff --git a/README.md b/README.md index 4ca4389..4371964 100644 --- a/README.md +++ b/README.md @@ -1,31 +1 @@ -# Content Repository for Alchemauss - -Home to all content in mauss.dev. - -## Writing - -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](https://aubade.mauss.dev/docs/semantics) -- Follow the [default](https://github.com/markdownlint/markdownlint/blob/main/docs/RULES.md) and [specified](.markdownlint.yaml) `markdownlint` rules -- Have a front matter with at least a `title` property -- When specifying a `date` property, use the [simplified ISO 8601](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date#date_time_string_format) format wrapped in double quotes - -Use your own metadata by adding this template to the front matter when you're writing your own post. - -```yaml ---- -author: - name: Kimi no Na wa - img: /assets/profile/USERNAME.(jpg|png) - link: https://social.media/USERNAME ---- -``` - -- `name:` is the name of the author -- `img:` is the path to the author's avatar image in the [`assets/profile`](assets/profile) directory -- `link:` is the link to the author's profile or any other social link - -*** - -

Alchemauss Content

+Content merged into https://github.com/ignatiusmb/mauss.dev