EDIT_THIS ADD_JOURNAL ADD_ISSUE ADD_ARTICLE PUBLISH ?

Content Management: Content creation, Archetypes & Associations (this will be internal) 🦺

issue⁄Content Management: Content creation, Archetypes & Associations (this will be internal) 🦺
abstract⁄This contains archetypes for creating content, as they can be found at /root/archetypes/
Leave draft:true
keywords⁄internalguide

1. Content creation workflows

There are two main workflows for creating new content (new Markdown files). Both workflows make use of Git commits, and require write access to the project repository. These are:

In either case, make sure to:

For parenting and associating content see article⁄Parenting and Associating entries.

2. Filename conventions and instructions for creating new entries

File naming:

Examples and instructions per entry type:

Type Filename convention Instructions template (archetype)
contributor name-surname.md article⁄New contributor archetype
editor name-surname.md article⁄New editor archetype
issue (x is number) issue-x.md article⁄New issue archetype
article article-short-title.md article⁄New article archetype
print p-issue-x.md article⁄New print archetype
Table 1: Filename conventions and instructions per content type.

3. Archetypes

Archetypes are template files for new content. However, these are only taken into account when new content is created via the terminal (not via the preview page). Archetypes are located at the directory /root/archetypes/ which includes one Markdown file per content type (i.e. issue.md, article.md, etc.).

The archetypes include a list of instructions, per content type, for properly creating, editing, and committing new content. These instructions are included in new content created via the terminal.

The same instructions are also provided in the contents of this issue (see articles linked in Table 1), which can be copied to new entries created via the preview page.

4. Title emojis

It is recommended to use emojis1 in the title of any new and WIP items, to keep track of unpublished content as well as potential mistakes. Each new item created from archetypes (via the terminal) will feature two emojis: one to signal a draft (⚫) and a second one associated its particular content type (e.g. 📕📑🧜♕🖶☮). It’s recommended to keep at least the draft emoji as long as an item is in preparation. The table below describes the logic of emojis used.

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!)
Table 2: Descriptions of emojis placed in the title of new entries.

  1. Emojis found at www⁄https://www.compart.com/en/unicode/ ↩︎