From 57ed759029f41bc8d3c110159b0565544428176e Mon Sep 17 00:00:00 2001
From: jbarnes <jbarnes@effektd.dev>
Date: Thu, 29 Apr 2021 06:25:36 +0000
Subject: [PATCH] Update README to contain socials (#189)

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

diff --git a/README.md b/README.md
index 58dd13a..6351d77 100644
--- a/README.md
+++ b/README.md
@@ -507,6 +507,34 @@
 customCss = ["css/syntax.css"]
 ```
 
+### Socials
+
+You can add social media based icon links under your profile picture by using the `socialIcons` parameter.
+
+[Font Awesome](https://fontawesome.com/) is used for the icons.
+
+If you are using brand icons, prefix the icon value with `fab` if you are using a standard icon use `fas` instead.
+
+Ordering in the `config.toml` will determine the display order on the webpage.
+
+#### Example branded social entry
+
+```toml
+[[params.socialIcons]]
+icon = "fab fa-linkedin"
+title = "Linkedin"
+url = "https://de.linkedin.com/"
+```
+
+#### Example standard social entry
+
+```toml
+[[params.socialIcons]]
+icon = "fas fa-envelope"
+title = "e-mail"
+url = "mailto:mail@example.com"
+```
+
 ## License
 
 Anatole is licensed under the [MIT license](https://github.com/lxndrblz/anatole/blob/master/LICENSE).

--
Gitblit v1.10.0