diff options
| author | Franck Cuny <franckcuny@gmail.com> | 2015-07-16 18:02:13 -0700 |
|---|---|---|
| committer | Franck Cuny <franckcuny@gmail.com> | 2015-07-16 18:02:13 -0700 |
| commit | de3f36ee187677957d5d89d56bf129790cc6926a (patch) | |
| tree | d6b2912bf21582fdcca15399add1df303d056a26 /_config.yml | |
| parent | remove more files (diff) | |
| download | lumberjaph-de3f36ee187677957d5d89d56bf129790cc6926a.tar.gz | |
some cleanup.
Upadte the CSS, remove some files, etc.
Diffstat (limited to '')
| -rw-r--r-- | _config.yml | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/_config.yml b/_config.yml index c2bb5c0..82a9133 100644 --- a/_config.yml +++ b/_config.yml @@ -4,5 +4,16 @@ markdown: redcarpet name: lumberjaph.net future: false redcarpet: - extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "strikethrough", "superscript"] -exclude: ['vendor', 'README.md', 'Gemfile', 'Gemfile.lock', 'Makefile'] + extensions: + - no_intra_emphasis + - fenced_code_blocks + - autolink + - strikethrough + - superscript +exclude: + - CNAME + - vendor + - README.md + - Gemfile + - Gemfile.lock + - Makefile |
