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:10:24 +0300
committerYoshiharu Yamashita <yoshiharu.yamashita@outlook.com>2016-01-30 14:10:24 +0300
commit51baecbbede8679574a06582aa5672c8478aff26 (patch)
tree00128019447828948af587d9a2139fddae793253 /README.md
parent16a34f80d5f4d83580b79376f09634ff45261793 (diff)
Update readme to separate [social] from [params]
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 11 insertions, 7 deletions
diff --git a/README.md b/README.md
index 2941837..04d302e 100644
--- a/README.md
+++ b/README.md
@@ -57,17 +57,21 @@ paginate = 10
[params]
# Shown in the home page
subtitle = "A Hugo Theme"
- brand = "Brand name"
- 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"
+ brand = "Blackburn"
googleAnalytics = "Your Google Analytics tracking ID"
disqus = "Your Disqus shortname"
# CSS name for highlight.js
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 = "*"
```
## Usage