diff options
author | Aniol Martà <aniol@aniolmarti.cat> | 2022-09-10 23:09:17 +0200 |
---|---|---|
committer | Aniol Martà <aniol@aniolmarti.cat> | 2022-09-10 23:09:17 +0200 |
commit | 17792f583df31f465aea363cf46f9cd22ba1503e (patch) | |
tree | 07ae27722ab8ff98a664114062e918ff1a94989c /exampleSite | |
parent | caff0488fa12d5e1d07768ac785c3d65676272bf (diff) |
Add parameter to change font size
Diffstat (limited to 'exampleSite')
-rw-r--r-- | exampleSite/config.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 1ca459a..69c23fd 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -16,6 +16,7 @@ googleAnalytics = "" # add your tracking id url = "https://github.com/ojroques/hugo-researcher" [params.style] # appearance options (can be omitted) fontFamily = "Inconsolata" + fontSize = "14pt" pageWidth = "750px" avatarSize = "90px" colorBlack = "#222222" |