This repository has been archived by the owner on Oct 2, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3678426
commit ef1f10e
Showing
1 changed file
with
1 addition
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |