aboutsummaryrefslogtreecommitdiff
path: root/exampleSite
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml6
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"