diff options
Diffstat (limited to 'exampleSite')
-rw-r--r-- | exampleSite/config.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index e794482..602ea15 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -3,11 +3,12 @@ baseURL = "https://example.com" theme = "researcher" disableKinds = ["taxonomy", "term", "RSS", "sitemap", "robotsTXT"] enableEmoji = true +math = false # enable KaTeX (https://katex.org/) globally [params] author = "Olivier Roques" description = "A simple monospaced resume theme for Hugo." - favicon = "favicon.ico" + favicon = "favicon.ico" # path to a .ico to use as favicon [params.footer] text = "By Olivier Roques" url = "https://github.com/ojroques/hugo-researcher" |