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