From f55dd4ff6f50624bac6cebb473ef17d08b965ebf Mon Sep 17 00:00:00 2001 From: Sidney Andrews Date: Fri, 22 Mar 2019 13:59:05 -0400 Subject: [PATCH] Create _config.yml --- _config.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 _config.yml diff --git a/_config.yml b/_config.yml new file mode 100644 index 00000000..35016172 --- /dev/null +++ b/_config.yml @@ -0,0 +1,18 @@ +title: 'INF99X: Sample Course' +remote_theme: MicrosoftLearning/Jekyll-Theme +exclude: + - readme.md + - .github/ +header_pages: + - index.html +author: Microsoft Learning +twitter_username: mslearning +github_username: MicrosoftLearning +plugins: + - jekyll-sitemap + - jekyll-mentions + - jemoji +markdown: kramdown +kramdown: + syntax_highlighter_opts: + disable : true