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-28 01:08:33 +0300
committerYoshiharu Yamashita <yoshiharu.yamashita@outlook.com>2016-01-28 01:08:33 +0300
commit1df422841f23bdfe5d1488d58475d138a534ca5f (patch)
treed0cc43e553f28d7f33ca9d154bb80b25f74eb61c /exampleSite
parentec29077adfdd357eb2ea1492622dce5bcf689c32 (diff)
Set brand param in site config
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 58feebc..0306feb 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -14,6 +14,7 @@ paginate = 10
[params]
# Shown in the home page
subtitle = "A Hugo Theme"
+ brand = "Blackburn"
twitter = "Your Twitter username"
facebook = "Your Facebook username"
instagram = "Your Instagram username"