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:
authorSebastian Pech <windows@spech.de>2019-07-22 13:43:48 +0300
committerSebastian Pech <windows@spech.de>2019-07-22 13:43:48 +0300
commit05d6e6cd4d37ba72adc92f5444998a134be66284 (patch)
treeff03ad5b9099389a8426d5ad5b1578ce178fc496
parentb1799646ddb5b86a6f79df8d0546b70caeae698a (diff)
docu
-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: