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

github.com/gohugoio/hugoThemesSite.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2015-07-11 01:09:26 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2015-07-11 01:09:26 +0300
commit2e201795bd41ec6f4fc763f2e0ea2eb6a5eae30c (patch)
tree47d10d836b0b152e64ad76bf0ceea99e290124a4 /templates
parent5c14e8c749ea16a07bda39ada0b9454902246fbb (diff)
Add some social params
Diffstat (limited to 'templates')
-rw-r--r--templates/config-tpl-base.toml2
-rw-r--r--templates/config-tpl-params.toml22
2 files changed, 23 insertions, 1 deletions
diff --git a/templates/config-tpl-base.toml b/templates/config-tpl-base.toml
index 9030422..476ead1 100644
--- a/templates/config-tpl-base.toml
+++ b/templates/config-tpl-base.toml
@@ -1,6 +1,6 @@
baseurl = "http://hugo.spf13.com/"
title = "Hugo Themes"
-author = "Steve Francia"
+#author = "Steve Francia"
copyright = "Copyright (c) 2008 - 2014, Steve Francia; all rights reserved."
canonifyurls = true
paginate = 3
diff --git a/templates/config-tpl-params.toml b/templates/config-tpl-params.toml
index 49c5792..3a854ad 100644
--- a/templates/config-tpl-params.toml
+++ b/templates/config-tpl-params.toml
@@ -1,3 +1,7 @@
+[author]
+ name = "Steve Francia"
+ github = "spf13"
+
[params]
# Date format, used by several themes
DateForm = "Mon, Jan 2, 2006"
@@ -19,3 +23,21 @@
# {{ $.Site.BaseURL }}/img/{{ . }}
headerimg = "../../../../img/desk.jpg"
+
+ [[params.social]]
+ title = "email"
+ icon = "envelope-o"
+ url = "mailto:bushbama@whitehouse.gov"
+ [[params.social]]
+ title = "twitter"
+ icon = "twitter"
+ url = "https://twitter.com/bepsays"
+ [[params.social]]
+ title = "github"
+ icon = "github"
+ url = "https://github.com/bep"
+ [[params.social]]
+ title = "linkedin"
+ icon = "linkedin"
+ url = "http://linkedin.com/dobedobedo"
+