diff options
author | Olivier Roques <olivier@oroques.dev> | 2020-09-22 21:51:35 +0200 |
---|---|---|
committer | Olivier Roques <olivier@oroques.dev> | 2020-09-22 21:51:35 +0200 |
commit | 09c2ed7f45b044543cb8d1fe49b720b8a1b6972d (patch) | |
tree | ebc1526103028bbbd6e9f2a89cd7671defdc1902 /exampleSite | |
parent | ae69b114acf36e7834ff9570ec67df44559251ee (diff) |
Add KaTeX support
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" |