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

github.com/spech66/bootstrap-bp-hugo-startpage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md17
1 files changed, 16 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2d5f9bc..833e49b 100644
--- a/README.md
+++ b/README.md
@@ -31,9 +31,24 @@ Most settings should be done with hugo specific variables. There are only a few
Define the links in a file in `data/links.yml`. This needs to be structured like this.
```yml
-x
+---
+- group: Social media
+ items:
+ - title: reddit
+ url: https://www.reddit.com
+ icon: fab fa-reddit
+ - title: Facebook
+ url: https://www.facebook.com
+ icon: fab fa-facebook
+- group: Utilities
+ items:
+ - title: GitHub
+ url: https://www.github.com
+ icon: fab fa-github
```
+Icons are taken from [Font Awesome](https://fontawesome.com/icons?d=gallery).
+
## Google Analytics
This theme uses the internal asynchronous template for Google Analytics tracking. You only have to provide your tracking id in your configuration file: