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

github.com/spech66/materialize-bp-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml68
1 files changed, 35 insertions, 33 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 99f4295..9e38bd6 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -65,43 +65,43 @@ theme="materialize-bp-hugo-theme"
# Code from https://themes.gohugo.io/future-imperfect/ theme
[social]
# Coding Communities
- github = "a"
- gitlab = "a"
- stackoverflow = "a" # User Number
- bitbucket = "a"
- jsfiddle = "a"
- codepen = "a"
+ github = "spech66"
+ gitlab = ""
+ stackoverflow = "" # User Number
+ bitbucket = ""
+ jsfiddle = ""
+ codepen = ""
# Visual Art Communities
- deviantart = "a"
- flickr = "a"
- behance = "a"
- dribbble = "a"
+ deviantart = ""
+ flickr = ""
+ behance = ""
+ dribbble = ""
# Publishing Communities
- wordpress = "a"
- medium = "a"
+ wordpress = ""
+ medium = ""
# Professional/Business Oriented Communities
- linkedin = "a"
- linkedin_company = "a"
- foursquare = "a"
- xing = "a"
- slideshare = "a"
+ linkedin = "sebastian-pech"
+ linkedin_company = ""
+ foursquare = ""
+ xing = "Sebastian_Pech3"
+ slideshare = ""
# Social Networks
facebook = "spechde" # https://fb.me/flowartsde
- googleplus = "a"
- reddit = "a"
- quora = "a"
+ googleplus = ""
+ reddit = ""
+ quora = ""
youtube = ""
- vimeo = "a"
- whatsapp = "a" # WhatsApp Number
+ vimeo = ""
+ whatsapp = "" # WhatsApp Number
instagram = "sebastian_pech"
- tumblr = "a"
- twitter = "a"
- skype = "a"
- snapchat = "a"
- pinterest = "a"
- telegram = "a"
+ tumblr = ""
+ twitter = "spech84"
+ skype = ""
+ snapchat = ""
+ pinterest = ""
+ telegram = ""
# Email
- email = "a"
+ email = ""
[menu]
@@ -115,23 +115,25 @@ theme="materialize-bp-hugo-theme"
# pre = "<i class='fas fa-heart'></i>" # FontAwesone has more love ;-)
[[menu.footer]]
- identifier = "xxx"
- name = "xxx"
- url = "/xxx/"
+ identifier = "about"
+ name = "About"
+ url = "/about/"
weight = 10
+ pre = "<i class='fas fa-address-card'></i>"
[[menu.footer]]
identifier = "categories"
name = "Categories"
url = "/categories/"
weight = 20
+ pre = "<i class='fas fa-folder'></i>"
[[menu.footer]]
identifier = "tags"
name = "Tags"
url = "/tags/"
weight = 30
- pre = "<i class='fas fa-heart'></i>"
+ pre = "<i class='fas fa-tags'></i>"
[taxonomies]