From 543e939768f473b1a6ac5d13634ca38040695072 Mon Sep 17 00:00:00 2001 From: Olivier Roques Date: Sat, 23 Jan 2021 22:10:27 +0100 Subject: Add support for a header logo Closes #12 --- exampleSite/config.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'exampleSite/config.toml') 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" -- cgit v1.2.3