_config.yml: remove markdown settings

I received warnings about using unsupported markdown engine redcarpet
and advice to remove the block.
This commit is contained in:
Aminda Suomalainen 2021-06-06 20:52:09 +03:00
parent 678863e672
commit 1b930968b7
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
1 changed files with 0 additions and 5 deletions

View File

@ -9,11 +9,6 @@ url: "https://supybot.mikaela.info/" # the base hostname & protocol for your sit
#twitter_username: jekyllrb
github_username: Mikaela
# Build settings
markdown: redcarpet
redcarpet:
extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data", "strikethrough", "lax_spacing", "space_after_headers", "superscript"]
# Custom settings
timezone: Etc/UTC
encoding: utf-8