diff options
author | EuAndreh <eu@euandre.org> | 2020-02-06 00:49:45 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-02-06 00:49:56 -0300 |
commit | e21509373ec6198062080d2957142907df316eff (patch) | |
tree | 6b5cbb9a751fba507c61498b5a8693c4ca0ec2bc /_config.yml | |
parent | Update code highlight CSS class (diff) | |
download | euandre.org-e21509373ec6198062080d2957142907df316eff.tar.gz euandre.org-e21509373ec6198062080d2957142907df316eff.tar.xz |
Use pandoc to render markdown
Diffstat (limited to '')
-rw-r--r-- | _config.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index 8eabae1..3812668 100644 --- a/_config.yml +++ b/_config.yml @@ -5,6 +5,11 @@ author: name: EuAndreh email: eu@euandre.org +plugins: + - jekyll-pandoc + +markdown: Pandoc + exclude: - Gemfile - Gemfile.lock |