How to create authors - piensa/piensa.github.io GitHub Wiki

Follow this steps to create an author for the blog:

  1. Go to _config.yml an add author's name, display_name, image_name, email, github and description below the authors column

  2. 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/
---
  1. Build the site and push your changes to the repo