34 lines
1.6 KiB
Markdown
34 lines
1.6 KiB
Markdown
---
|
|
title: "Archetypes & content creation instructions 🦺 ⛏"
|
|
date: "2023-07-13T14:12:58+03:00"
|
|
author: "anybody"
|
|
draft: true
|
|
has_articles: ["int-archetype-issue.md", "int-archetype-article.md", "int-archetype-contributor.md", "int-archetype-editor.md","int-archetype-print.md"]
|
|
keywords:
|
|
- internal
|
|
- guide
|
|
abstract: |
|
|
This contains archetypes for creating content, as they can be found at `/root/archetypes/`
|
|
Leave `draft:true`
|
|
---
|
|
|
|
Please make sure to follow  for file names, and instructions for .
|
|
|
|
Each newly created item:
|
|
- is set to draft (`draft: true`), meaning that it's not public/published;
|
|
- is created after its corresponding archetype (found in `root/archetypes/`);
|
|
- includes a list of required steps for preparing the entry for publication (copied in the articles of this isse);
|
|
- will have two emojis in its title.[^emj] These are used to track new items, draft items, WIP items, and items potentially created by mistake. Creating a new item will have both the draft emoji ⚫, and the emoji associated with the particular content type, as per the table below:
|
|
|
|
| Emoji | Description |
|
|
|-|-|
|
|
|⚫| draft/WIP entry (included in all new items; removed only when the article is ready for publishing)|
|
|
|📕| new issue entry|
|
|
|📑| new article entry|
|
|
|🧜| new contributor entry|
|
|
|♕| new editor entry |
|
|
|🖶| new print entry|
|
|
|☮| new journal entry (!do not create new journal entries!)|
|
|
<figcaption>Descriptions of emojis placed in the title of new entries.</figcaption>
|
|
|
|
[^emj]: Emojis found at https://www.compart.com/en/unicode/
|