diff options
author | Rasmus Luha <rasmus.luha@gmail.com> | 2022-09-17 01:25:22 +0300 |
---|---|---|
committer | Rasmus Luha <rasmus.luha@gmail.com> | 2022-09-17 01:25:22 +0300 |
commit | a95406fdbe26a378c7e7581293cecbabfba6ce8e (patch) | |
tree | 34299f5c9ce18a86f68758209dd56375f6c7f783 /config.toml |
init commit
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..fcb06ab --- /dev/null +++ b/config.toml @@ -0,0 +1,7 @@ +base_url = "https://www.luhamus.com" +compile_sass = false +build_search_index = false + +[markdown] +# Syntax highlighting; for theme: `highlight_theme` variable +highlight_code = true |