Skip to content

Commit f55dd4f

Browse files
author
Sidney Andrews
authored
Create _config.yml
1 parent 05af7ff commit f55dd4f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

_config.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
title: 'INF99X: Sample Course'
2+
remote_theme: MicrosoftLearning/Jekyll-Theme
3+
exclude:
4+
- readme.md
5+
- .github/
6+
header_pages:
7+
- index.html
8+
author: Microsoft Learning
9+
twitter_username: mslearning
10+
github_username: MicrosoftLearning
11+
plugins:
12+
- jekyll-sitemap
13+
- jekyll-mentions
14+
- jemoji
15+
markdown: kramdown
16+
kramdown:
17+
syntax_highlighter_opts:
18+
disable : true

0 commit comments

Comments
 (0)