From 09c2ed7f45b044543cb8d1fe49b720b8a1b6972d Mon Sep 17 00:00:00 2001 From: Olivier Roques Date: Tue, 22 Sep 2020 21:51:35 +0200 Subject: Add KaTeX support --- exampleSite/config.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'exampleSite/config.toml') 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" -- cgit v1.2.3