diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-08-01 22:21:43 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-08-01 22:21:43 +0200 |
commit | e28a209ed9a5390adc12cf5adbde0fb694be71c2 (patch) | |
tree | 10c04f7e72494d48f94693c9cefeac3f0e45fdca /config.toml | |
parent | Write About Me section (diff) | |
download | baitinq.ml-e28a209ed9a5390adc12cf5adbde0fb694be71c2.tar.gz baitinq.ml-e28a209ed9a5390adc12cf5adbde0fb694be71c2.tar.bz2 baitinq.ml-e28a209ed9a5390adc12cf5adbde0fb694be71c2.zip |
Projects: Add OSXIV
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.toml b/config.toml index 9d55600..106e5dc 100644 --- a/config.toml +++ b/config.toml @@ -57,3 +57,6 @@ theme = "researcher" [permalinks] blog = "/posts/:filename" projects = "/project/:filename" + +[markup.goldmark.renderer] + unsafe = true |