Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
archive notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatiusmb authored Oct 2, 2024
1 parent 3678426 commit ef1f10e
Showing 1 changed file with 1 addition and 31 deletions.
32 changes: 1 addition & 31 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

***

<h3 align="center"><pre>Alchemauss Content</pre></h3>
Content merged into https://github.com/ignatiusmb/mauss.dev

0 comments on commit ef1f10e

Please sign in to comment.