Author atribution #14
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It would be good to add a author about pages and have a link to this plus a byline on the article pages.
Even if simple_blog is only ever intended to support one user at a time. Adding multiple author support to the CMS shouldn't be to difficult.
Proposal:
Add a directory under blog:
/blog/authors/
All authors will have a subdirectory.
The author directories would contain a pfp, index.php, aboutme.md and byline.md.
The index.php file in
/blog/authors/
will pull from each directory the pfp and possible the byline.This has been added by PR #17.