Merge pull request #229 from github/chat-slide-tweak
[another_project.git] / _config.yml
1 # standard jekyll configuration
2
3 permalink: /articles/:title
4 pygments: true
5 exclude: ['Rakefile', 'config.rb', 'README.md','gems']
6 markdown: rdiscount
7
8 # configuration required for some pages
9
10 domain: teach.github.com
11 title: Teaching Materials for Git and GitHub
12 author: The GitHub Training Team
13 email: training@github.com
14
15 # configuration for enhancements, uncomment to enable
16
17 # feedburner:
18 #   id: feedburnerid
19
20 # google_analytics:
21 #   account: UA-XXXXX-X
22
23 github:
24     username: github/teach.github.com
25
26 disqus:
27     id: githubteachingmaterials
28