diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-09 16:34:35 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-09 16:34:35 +0300 |
commit | 0b858b2b6ed1ccac4e6eb1d92ac3d3ff86e8aa8b (patch) | |
tree | 7ee03624b548620a8436ac07b0c349ea1dbeff73 /_config.yml | |
parent | jekyll-default-layout only works for Markdown, lol (diff) | |
download | blog-0b858b2b6ed1ccac4e6eb1d92ac3d3ff86e8aa8b.tar.gz blog-0b858b2b6ed1ccac4e6eb1d92ac3d3ff86e8aa8b.zip |
_config.yml: linting
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/_config.yml b/_config.yml index 484ff7d..c295e0c 100644 --- a/_config.yml +++ b/_config.yml @@ -15,23 +15,23 @@ collections: defaults: - scope: - path: "" + path: '' type: pages values: layout: page navbar_priority: 999 - scope: - path: "" + path: '' type: posts values: layout: post - scope: - path: "" + path: '' type: notes values: layout: page -excerpt_separator: "" +excerpt_separator: '' highlighter: rouge markdown: kramdown |