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'
|
||||
|
||||
gem 'jekyll'
|
||||
gem 'jekyll-minibundle'
|
||||
gem 'kramdown'
|
||||
gem 'coderay'
|
||||
gem 'rake'
|
||||
gem 'thor'
|
||||
|
|
|
@ -3,7 +3,7 @@ description: Describe your website here.
|
|||
logo: site-logo.png
|
||||
disqus_shortname:
|
||||
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
|
||||
|
||||
# Owner/author information
|
||||
|
|
Loading…
Reference in a new issue