mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-24 11:07:14 +00:00
Add Kramdown dependency. Fixes #43
This commit is contained in:
parent
79c9622e83
commit
7365c85e91
2 changed files with 2 additions and 2 deletions
2
Gemfile
2
Gemfile
|
@ -1,7 +1,7 @@
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
gem 'jekyll'
|
gem 'jekyll'
|
||||||
gem 'jekyll-minibundle'
|
gem 'kramdown'
|
||||||
gem 'coderay'
|
gem 'coderay'
|
||||||
gem 'rake'
|
gem 'rake'
|
||||||
gem 'thor'
|
gem 'thor'
|
||||||
|
|
|
@ -3,7 +3,7 @@ description: Describe your website here.
|
||||||
logo: site-logo.png
|
logo: site-logo.png
|
||||||
disqus_shortname:
|
disqus_shortname:
|
||||||
search: true
|
search: true
|
||||||
#Change url to your domain. Leave localhost server or blank when working locally.
|
# Change url to your domain. Leave localhost server or blank when working locally.
|
||||||
url: http://localhost:4000
|
url: http://localhost:4000
|
||||||
|
|
||||||
# Owner/author information
|
# Owner/author information
|
||||||
|
|
Loading…
Reference in a new issue