From 13e4864d3f45384c0194c6c3f2e8d6d68584d95d Mon Sep 17 00:00:00 2001 From: Solene Rapenne Date: Sun, 26 Sep 2021 21:27:05 +0200 Subject: [PATCH] yolo --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e697f3d..e520ebb 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,18 @@ # openbsd-webzine -Repository of the OpenBSD Webzine \ No newline at end of file +Repository of the OpenBSD Webzine + +# Worflow + +Everything related to writing a new issue is in `issues`. + +## New issue + +- Copy `_template` directory under a name like `issue-XXXX` with `XXXX` being the issue number. +- Delete the symlink `current` and make it with the new issue as a target. +- Edit the file 00_METADATA.html + +## Edit an issue + +- cd into `issues/current/` and edit files as you need. Categories that are empty should be commented out using html comments. +- when you recreate the issues with `make`, the one in development is generated in `../dev/`.