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

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Cai <github@jimmycai.com>2021-10-23 12:58:55 +0300
committerGitHub <noreply@github.com>2021-10-23 12:58:55 +0300
commit661e59b85d6761905da906018a26120a0b45ef5e (patch)
tree6775f178cbf79c5d01a846ac8c707eff297fbf7b /exampleSite
parent7c59ac77137a9bbf2d9b4430aeca7006fb044da0 (diff)
feat: social menu (#401)
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml
index d5cf58d..db3a8a9 100644
--- a/exampleSite/config.yaml
+++ b/exampleSite/config.yaml
@@ -178,6 +178,19 @@ menu:
### For demonstration purpose, the home link will be open in a new tab
newTab: true
icon: home
+
+ social:
+ - identifier: github
+ name: GitHub
+ url: https://github.com/CaiJimmy/hugo-theme-stack
+ params:
+ icon: brand-github
+
+ - identifier: twitter
+ name: Twitter
+ url: https://twitter.com
+ params:
+ icon: brand-twitter
related:
includeNewer: true