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