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

gitlab.com/toryanderson/hugo-icarus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLarry Wright <larrywright@gmail.com>2016-01-03 07:00:41 +0300
committerLarry Wright <larrywright@gmail.com>2016-01-03 07:00:41 +0300
commit0850eabae7e7f79151bfcb462d4ad6795d7caeea (patch)
tree8d4ba0678608d7509314b248390b68aea00ea3e6 /exampleSite
parent34fe9fa7762dc43655226ccdb08568d7096622c3 (diff)
Allow specifying an avatar. Configuration file defaults to the original.
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 970ecdb..629913b 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -22,6 +22,7 @@ theme = "hugo-icarus-theme"
location = "Earth"
site_description = ""
copyright = "Powered by [Hugo](//gohugo.io). Theme by [PPOffice](http://github.com/ppoffice)."
+ avatar = "css/images/avatar.png"
# Format dates with Go's time formatting
date_format = "2006-01-02"