Adding markdown setting back to _config.yml
This commit is contained in:
parent
441a2496b8
commit
8999df2f46
|
@ -9,3 +9,6 @@ baseurl: "" # the subpath of your site, e.g. /blog/
|
||||||
url: "http://yourdomain.com" # the base hostname & protocol for your site
|
url: "http://yourdomain.com" # the base hostname & protocol for your site
|
||||||
twitter_username: jekyllrb
|
twitter_username: jekyllrb
|
||||||
github_username: jekyll
|
github_username: jekyll
|
||||||
|
|
||||||
|
# Build settings
|
||||||
|
markdown: kramdown
|
||||||
|
|
Loading…
Reference in New Issue