How to create authors - piensa/piensa.github.io GitHub Wiki
Follow this steps to create an author for the blog:
-
Go to _config.yml an add author's name, display_name, image_name, email, github and description below the authors column
-
Go to the _authors directory and create a file with the name of the author. Within that file, just add these line at the top of it.
---
layout: author
author: fulanito
permalink: /authors/fulanito-perez/
---
- Build the site and push your changes to the repo