aboutsummaryrefslogtreecommitdiff
path: root/exampleSite
diff options
context:
space:
mode:
authorOlivier Roques <oroques@fastmail.com>2021-01-23 22:10:27 +0100
committerOlivier Roques <oroques@fastmail.com>2021-01-23 22:10:27 +0100
commit543e939768f473b1a6ac5d13634ca38040695072 (patch)
tree2b71ea7d8f6bfa26e6206b13a5e8a8f629f15783 /exampleSite
parent3f24d8825c7730ea788f32b03abdfc9d05e0b8ef (diff)
Add support for a header logo
Closes #12
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 7dd0f4a..3592e04 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -10,6 +10,7 @@ googleAnalytics = "" # add your tracking id
author = "Olivier Roques"
description = "A simple monospaced resume theme for Hugo."
favicon = "favicon.ico" # path to a .ico to use as favicon
+ logo = "" # url or path to a logo to put in the header
[params.footer]
text = "By Olivier Roques"
url = "https://github.com/ojroques/hugo-researcher"