Update 'README.md'

Add a description for the authoring system.
This commit is contained in:
manfromhuh 2022-12-20 17:07:57 -05:00
parent c312dbf995
commit fa921bcf39

View File

@ -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