diff options
author | Olivier Roques <oroques@fastmail.com> | 2021-01-31 12:09:54 +0100 |
---|---|---|
committer | Olivier Roques <oroques@fastmail.com> | 2021-01-31 12:09:54 +0100 |
commit | 281cdb775e6cb1179ffb4b166dcd5473ee0a01ce (patch) | |
tree | 6da00440f4382915881b510ab5c47f1f569b1559 /exampleSite | |
parent | 9c9511c68839f86cc0d792757c5a2a9f1ec575ee (diff) |
Support appearance customization in site config
Closes #7
Closes #13
Diffstat (limited to 'exampleSite')
-rw-r--r-- | exampleSite/config.toml | 6 |
1 files changed, 6 insertions, 0 deletions
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" |