From 281cdb775e6cb1179ffb4b166dcd5473ee0a01ce Mon Sep 17 00:00:00 2001 From: Olivier Roques Date: Sun, 31 Jan 2021 12:09:54 +0100 Subject: Support appearance customization in site config Closes #7 Closes #13 --- exampleSite/config.toml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'exampleSite') diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 3592e04..308df72 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -14,6 +14,12 @@ googleAnalytics = "" # add your tracking id [params.footer] text = "By Olivier Roques" url = "https://github.com/ojroques/hugo-researcher" + [params.style] # appearance options (can be modified but not removed) + fontFamily = "Inconsolata" + pageWidth = "750px" + avatarSize = "90px" + colorBlack = "#222222" + colorRed = "#dc3545" [permalinks] "/" = "/:filename" -- cgit v1.2.3