Skip to content

Commit 3e691bc

Browse files
committed
README -> ReadMe; kramdown in _config.yml
- Also, add License.md to excludes in _config.yml
1 parent ea2da8a commit 3e691bc

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

File renamed without changes.

_config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# For more see: https://github.com/mojombo/jekyll/wiki/Permalinks
33
permalink: /:categories/:year/:month/:day/:title
44

5-
exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md"]
5+
exclude: [".rvmrc", ".rbenv-version", "ReadMe.md", "Rakefile", "changelog.md", "License.md"]
66
pygments: true
77

88
# Themes are encouraged to use these universal variables
@@ -18,6 +18,10 @@ author :
1818

1919
production_url : http://kbroman.github.io/github_tutorial
2020

21+
# Tell Github to use the Kramdown markdown interpreter
22+
# (see https://help.github.com/articles/migrating-your-pages-site-from-maruku)
23+
markdown: kramdown
24+
2125
# All Jekyll-Bootstrap specific configurations are namespaced into this hash
2226
#
2327
JB :

0 commit comments

Comments
 (0)