From 288f21f7ce95e21e19332780c70f977b981a6aee Mon Sep 17 00:00:00 2001 From: k4yt3x Date: Sat, 16 May 2020 06:21:30 -0400 Subject: [PATCH] updated Jekyll config --- _config.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index c179ffd..1eaf693 100644 --- a/_config.yml +++ b/_config.yml @@ -1,3 +1,10 @@ +# set rendering style to be GitHub flavor +kramdown: + input: GFM + +# use Minimal Mistakes theme remote_theme: mmistakes/minimal-mistakes + +# plugin required for the Minimal Mistakes theme plugins: - - jekyll-include-cache \ No newline at end of file + - jekyll-include-cache