From 3fe0dd3c2e63304b8b8567fef974f9bfc11378c2 Mon Sep 17 00:00:00 2001 From: Tissevert Date: Wed, 28 Oct 2020 10:22:27 +0100 Subject: [PATCH] Delete remark insisting on the 'tags' directory being required since it's no longer the case since f7ec6d06c16 --- doc/Generating-your-blog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Generating-your-blog.md b/doc/Generating-your-blog.md index 6b3c179..db9b6d3 100644 --- a/doc/Generating-your-blog.md +++ b/doc/Generating-your-blog.md @@ -25,7 +25,7 @@ EOF Ok, ok, not everyone uses heredocs to write their articles. Personally I don't. You're writing a blog so you probably already have a favourite text editor; use it. The only thing I care about is, at this point, that you've created the file `Olive\ ridley\ sea\ turtle.md` in the `articles` directory with some markdown content in it. -Ready ? Good news, we're almost done. The only thing left is to tag your first article. With hablo articles don't have to be put in a single category but they can be tagged this and that to indicate that they are somehow linked to one topic or another (they don't have to, you can perfectly leave an article untagged but the tags directory itself must exist). Tags live in a subdirectory of `articles`. +Ready ? Good news, we're almost done. The only thing left is to tag your first article. With hablo articles don't have to be put in a single category but they can be tagged this and that to indicate that they are somehow linked to one topic or another (they don't have to, you can perfectly leave an article untagged). Tags live in a subdirectory of `articles`. ```bash mkdir -p articles/tags/Sea\ turtles