From 1d655bccdb8d88aea1b39cd5d6a21ed960dad374 Mon Sep 17 00:00:00 2001 From: Gourav Khunger Date: Fri, 29 Jul 2022 14:14:27 +0530 Subject: [PATCH] chore: add relevant information about paginated author pages --- _posts/2016/2016-08-09-multiple-authors-jekyll.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_posts/2016/2016-08-09-multiple-authors-jekyll.md b/_posts/2016/2016-08-09-multiple-authors-jekyll.md index ceacd01..0a5b68d 100644 --- a/_posts/2016/2016-08-09-multiple-authors-jekyll.md +++ b/_posts/2016/2016-08-09-multiple-authors-jekyll.md @@ -181,6 +181,8 @@ The same functionality is valid when generating the entries in the atom [feed.xm In Wordpress if I clicked on __http://www.codepedia.org/authors/{author_username}__ I would get all the posts of the name author with pagination if they were more than five, I guess it's a nice feature and once I will implement that I will post it here. +**UPDATE**: Adding multiple authors (with paginated author pages) to a jekyll powered blog got much easier using the [jekyll-auto-authors](https://github.com/gouravkhunger/jekyll-auto-authors) plugin! [Here](https://genicsblog.com/gouravkhunger/adding-multiple-authors-to-a-jekyll-blog-got-easier)'s a detailed tutorial on using the traditional data files approach or the auto-authors plugin efficiently. + I hope you've found this useful and if you see any improvement possibilities to this approach please leave a comment below, or even better make a pull request to improve the [source code](https://github.com/CodepediaOrg/codepediaorg.github.io) directly - thanks. ## References