Author atribution #14

Closed
opened 2022-07-15 19:47:22 -04:00 by manfromhuh · 2 comments
Contributor

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.

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.
20xd6 added the
enhancement
label 2022-07-15 20:02:12 -04:00
20xd6 added this to the 1.0 Release milestone 2022-07-15 20:02:27 -04:00
Author
Contributor

Proposal:
Add a directory under blog: /blog/authors/
All authors will have a subdirectory.

blog/
├── authors
│   ├── author1
│   ├── author2
│   └── author3

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.

Proposal: Add a directory under blog: `/blog/authors/` All authors will have a subdirectory. ``` blog/ ├── authors │   ├── author1 │   ├── author2 │   └── author3 ``` 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.
Author
Contributor

This has been added by PR #17.

This has been added by PR #17.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 20xd6/simple_blog#14
No description provided.