Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ojroques/hugo-researcher.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml3
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"