1
0
Fork 0

Revert "chore: Linting for markdown and js"

This reverts commit 1c92e0f655.
This commit is contained in:
joostdecock 2021-10-17 18:26:00 +02:00
parent 994874fa72
commit cba1ab19c8
6627 changed files with 25791 additions and 24211 deletions

View file

@ -1,11 +1,11 @@
***
---
title: Adding a blog post
for: editors
------------
---
Blog posts have been migrated to [Strapi](https://strapi.io/), a headless CMS system.
Our strapi instance can be accessed at [posts.freesewing.org](https://posts.freesewing.org/).
If you don't have a Strapi account (yet), [reach out to us on Discord](https://discord.freesewing.org).

View file

@ -1,6 +1,6 @@
***
## title: Common tasks for editors
---
title: Common tasks for editors
---
Below is a list of commons tasks for editors

View file

@ -1,8 +1,7 @@
***
---
title: About frontmatter
order: 10
---------
---
Frontmatter is a way to add metadata to markdown documents.

View file

@ -1,8 +1,7 @@
***
---
title: Working with frontmatter
for: editors
------------
---
Frontmatter is a way to add metadata to markdown documents.
It is used extensively on freesewing.org and freesewing.dev alike.

View file

@ -1,8 +1,7 @@
***
---
title: Lists or arrays
order: 30
---------
---
Values are typically text or numbers, but you can also make it a list or array.
There's two types of syntax for this:
@ -14,3 +13,4 @@ categories:
- anothercat
- somethingelse
```

View file

@ -1,10 +1,9 @@
***
---
title: Mult-line text
order: 40
---------
---
To add multi-line text in frontmatter, use a `|` character,
To add multi-line text in frontmatter, use a `|` character,
and prefix the lines by spaces:
```md
@ -12,3 +11,6 @@ about: |
This is a multi-line text
that will be assigned to the about key
```

View file

@ -1,8 +1,7 @@
***
---
title: Structure
order: 20
---------
---
Frontmatter is made up of `key: value` pairs.
The value must be quoted if you use a `:` in it to avoid problems parsing the key values:

View file

@ -1,8 +1,7 @@
***
---
title: Adding a showcase on freesewing.org
for: editors
------------
---
Showcase posts have been migrated to [Strapi](https://strapi.io/), a headless CMS system.