diff options
| author | Franck Cuny <franckcuny@gmail.com> | 2014-11-28 14:24:48 -0800 |
|---|---|---|
| committer | Franck Cuny <franckcuny@gmail.com> | 2014-11-28 14:24:48 -0800 |
| commit | 8126321705d10d77f0a88305c8a4723822e87acd (patch) | |
| tree | 4925668c4c168b23a69a99bb422f4b9e3705c8af /_config.yml | |
| parent | ignore the vendor directory (diff) | |
| download | lumberjaph-8126321705d10d77f0a88305c8a4723822e87acd.tar.gz | |
install gems into vendor/
Diffstat (limited to '_config.yml')
| -rw-r--r-- | _config.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index edb0eee..a148e05 100644 --- a/_config.yml +++ b/_config.yml @@ -4,4 +4,5 @@ markdown: redcarpet name: lumberjaph.net future: false redcarpet: - extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "strikethrough", "superscript"]
\ No newline at end of file + extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "strikethrough", "superscript"] +exclude: ['vendor'] |
