Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matsuyoshi30/harbor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradvaithm <advaith.madhukar@gmail.com>2020-09-20 18:44:47 +0300
committeradvaithm <advaith.madhukar@gmail.com>2020-09-20 18:44:47 +0300
commitd349c2dc7ade280e7bf8e2eef61d2f8f567bd624 (patch)
tree31807d09fa1787f523b3f310cf643b043004737b /README.md
parent47fd4296d950f3ce3cadf76e7bfa7801b4bf30c2 (diff)
updated readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9f74ada..6a749e5 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,7 @@ Simple and minimal personal blog theme for [Hugo](https://gohugo.io/).
- Search entire blog posts
- Table Of Contents
- Disqus
+- Most social media
## Installation & Update
@@ -98,6 +99,13 @@ disqusShortName = "yourdisqusshortname"
url = "archives"
weight = 3
+# copy paste this block and change for each social media to add how many ever social media
+# acounts/links you want
+[[params.social]]
+ name="name of social media"
+ url="link to social media"
+ icon="A icon from https://fontawesome.com/"
+
[params.logo]
url = "icon.png" # static/images/icon.png
width = 50