Skip to content

Commit 7db09ec

Browse files
author
Sidney Andrews
committed
Setup GitHub Pages
1 parent 84bc014 commit 7db09ec

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/presentations/*.pptx
22
/presentations/diagrams/*.pptx
33
/presentations/diagrams/*.png
4-
/*.pptx
4+
/*.pptx
5+
Gemfile*
6+
_site/

_config.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
title: Developing Applications with the Microsoft Identity Platform
2+
remote_theme: azure-immersion/workshop-jekyll-theme
3+
plugins:
4+
- jekyll-sitemap
5+
- jekyll-mentions
6+
- jemoji
7+
markdown: kramdown
8+
kramdown:
9+
input: GFM
10+
syntax_highlighter: rouge

0 commit comments

Comments
 (0)