From fa921bcf396baf1d1ff85c2ea45f11ce19751a1d Mon Sep 17 00:00:00 2001 From: manfromhuh Date: Tue, 20 Dec 2022 17:07:57 -0500 Subject: [PATCH] Update 'README.md' Add a description for the authoring system. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 20aa3b5..5edf8c3 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,11 @@ This folder contains an index file that displays an article list generated by pa | "/blog/by_year/2022/06/28_A_Test_Post/"| | | | "A Test Post" | | | +## Authors + +Post authors can be kept under `/blog/authors/`. Authors are kept in separate directories. + +The authors directory is parsed by [`article.php`](/git/20xd6/simple_blog/src/commit/7734de9fa483257a90a658b74b78b47e4de716e2/common/php/article.php#L25) using a file named `author` from the post's directory. This file should contain a single line with the author's name. ## File Descriptions