2023-07-09 16:44:30 +03:00
---
2023-08-02 16:45:14 +03:00
title: "{{ replace .Name "-" " " | title }} ⚫ 🖶"
2023-07-09 16:44:30 +03:00
date: "{{.Date}}"
2023-08-02 16:45:14 +03:00
author: "file-creator-put-your-name-here"
2023-07-09 16:44:30 +03:00
draft: true
2023-07-17 19:07:10 +03:00
print: "article/sample-article.md"
2023-07-09 16:44:30 +03:00
---
<!--
2023-08-02 16:45:14 +03:00
File naming
1. 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`
YAML Fields
1. Put **your name** in the field `author` inside "quotation marks" as in->`author: "creators name"`
2. Set the **title** to:
2023-07-09 16:44:30 +03:00
1. Issue X Print (for issues, where X is the issue number or name)
2. Article title Print (for articles)
2023-08-02 16:45:14 +03:00
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)
2023-07-09 16:44:30 +03:00
5. Delete this comment section.
6. Git commit and push your changes if/when applicable, providing a commit message describing your changes.
7. Done!
2023-08-02 16:45:14 +03:00
*Note: Items that are not public/published (`draft: true` ), cannot have a public/published print.*
*Note: Print items should not have any content under the YAML header.
-->