diff options
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.toml b/config.toml index 848098e..68fa938 100644 --- a/config.toml +++ b/config.toml @@ -1,3 +1,6 @@ +# Theme used +theme = "emily_zola_theme" + # The URL the site will be built for base_url = "https://alphara.art" @@ -17,3 +20,6 @@ highlight_code = true [extra] # Put all your custom variables here + +# MathJax rendering support +math = true |