diff options
Diffstat (limited to '_config.yml')
| -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 |
