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

github.com/yoshiharuyamashita/blackburn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoshiharu Yamashita <yoshiharu.yamashita@outlook.com>2016-01-30 14:12:36 +0300
committerYoshiharu Yamashita <yoshiharu.yamashita@outlook.com>2016-01-30 14:12:36 +0300
commit780cb055fa4af1fa01c5a0ae2d3137aba0fab4cd (patch)
treedba2c5b86a39c9bcb5aa764da92f7db7a4897b7b /exampleSite
parent51baecbbede8679574a06582aa5672c8478aff26 (diff)
Use new site toml with separate social section
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml18
1 files changed, 11 insertions, 7 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 0306feb..4c1e7c9 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -15,13 +15,17 @@ paginate = 10
# Shown in the home page
subtitle = "A Hugo Theme"
brand = "Blackburn"
- twitter = "Your Twitter username"
- facebook = "Your Facebook username"
- instagram = "Your Instagram username"
- github = "Your GitHub username"
- stackoverflow = "Your Stack Overflow user ID (number)"
- linkedin = "Your LinkedIn username"
googleAnalytics = "Your Google Analytics tracking ID"
disqus = "Your Disqus shortname"
# CSS name for highlight.js
- highlightjs = "androidstudio" \ No newline at end of file
+ highlightjs = "androidstudio"
+
+[social]
+ # Link your social networking accouns to the side menu
+ # by entering your username or ID.
+ twitter = "*"
+ facebook = "*"
+ instagram = "*"
+ github = "yoshiharuyamashita"
+ stackoverflow = "*"
+ linkedin = "*" \ No newline at end of file