From c7cae007a694bf41a86ae75665528adf05a114ea Mon Sep 17 00:00:00 2001
From: rdhox <36813150+rdhox@users.noreply.github.com>
Date: Thu, 05 Jul 2018 13:06:03 +0000
Subject: [PATCH] Add avatar option and footer text option (#41)

---
 README.md |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md
index 28fbf25..a4f352c 100644
--- a/README.md
+++ b/README.md
@@ -40,6 +40,9 @@
     info = "Full Stack DevOps and Magician" # Author's job title or info.
     description = "John Doe's personal website" # Site description.
     keywords = "blog,developer,personal" # Site keywords.
+    avatarurl = "images/avatar.jpg" # Contain the path of the optionnal avatar in the static folder.
+
+    footercontent = "Enter a text here." # Add footer content
 
     # Whether you want to hide copyright and credits in the footer.
     hideCredits = false
@@ -132,6 +135,7 @@
 - [Vlad Ionescu](https://github.com/Vlaaaaaaad)
 - [Niels Reijn](https://github.com/reijnn)
 - [Harry Khanna](https://github.com/hkhanna)
+- [rdhox](https://rdhox.io)
 - [Chip Senkbeil](https://github.com/chipsenkbeil)
 
 ## Special Thanks

--
Gitblit v1.10.0