Internal article about the print archetype !publish!
This commit is contained in:
parent
130e54c557
commit
ca40b7dfc7
1 changed files with 29 additions and 0 deletions
29
content/article/int-archetype-print.md
Normal file
29
content/article/int-archetype-print.md
Normal file
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
title: "New Print Archetype 🖶"
|
||||
date: "2023-07-13T16:03:24+03:00"
|
||||
author: "anybody"
|
||||
contributors: ["jane-contributor.md"]
|
||||
draft: true
|
||||
keywords:
|
||||
- archetype
|
||||
- internal
|
||||
- guide
|
||||
abstract: |
|
||||
This is a copy of the archetype for creating new `print` items, including instructions for creating and properly editing such items -- copied from `root/archetypes/article.md`
|
||||
---
|
||||
|
||||
|
||||
# Instructions to file creator
|
||||
|
||||
Filename:
|
||||
0. File naming: If this concerns an issue, say issue-5.md, name this file p-issue-5.md. If this concerns an article say article-title.md, name this file p-article-title.md
|
||||
TOML Fields
|
||||
1. Put your name at the field `author` inside "quotation marks" as in-> author: "creators-name"
|
||||
2. Set the title to:
|
||||
1. Issue X Print (for issues, where X is the issue number or name)
|
||||
2. Article title Print (for articles)
|
||||
3. Set the correct print destination (e.g. "issue/issue-x.md" or "article/article-name.md"). ERRORS WILL BREAK THE SITE.
|
||||
4. Set the draft flag accordingly (false will make this public)
|
||||
5. Delete this comment section.
|
||||
6. Git commit and push your changes if/when applicable, providing a commit message describing your changes.
|
||||
7. Done!
|
Loading…
Add table
Reference in a new issue