diff options
Diffstat (limited to '_config.yml')
| -rw-r--r-- | _config.yml | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/_config.yml b/_config.yml index db5a0c1..885578e 100644 --- a/_config.yml +++ b/_config.yml | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | encoding: UTF-8 | 1 | encoding: UTF-8 |
| 2 | exclude: | 2 | exclude: |
| 3 | - Gemfile | 3 | - Gemfile |
| 4 | - Gemfile.lock | 4 | - Gemfile.lock |
| 5 | - Makefile | 5 | - Makefile |
| 6 | - notes.md | 6 | - notes.md |
| 7 | 7 | ||
| 8 | permalink: /:title | 8 | permalink: /:title |
| 9 | safe: false | 9 | safe: false |
| @@ -11,19 +11,19 @@ safe: false | |||
| 11 | author: Mitja Felicijan | 11 | author: Mitja Felicijan |
| 12 | domain: https://mitjafelicijan.com/ | 12 | domain: https://mitjafelicijan.com/ |
| 13 | description: Embedded systems developer and fanatical fan of science fiction | 13 | description: Embedded systems developer and fanatical fan of science fiction |
| 14 | twitter: "@mitjafelicijan" | 14 | twitter: '@mitjafelicijan' |
| 15 | avatar: assets/avatar.gif | 15 | avatar: assets/avatar.gif |
| 16 | cache_version: 20180811 | 16 | cache_version: 20181119 |
| 17 | theme_color: "#ffffff" | 17 | theme_color: '#ffffff' |
| 18 | 18 | ||
| 19 | kramdown: | 19 | kramdown: |
| 20 | auto_ids: true | 20 | auto_ids: true |
| 21 | entity_output: as_char | 21 | entity_output: as_char |
| 22 | toc_levels: 1..6 | 22 | toc_levels: 1..6 |
| 23 | smart_quotes: lsquo,rsquo,ldquo,rdquo | 23 | smart_quotes: lsquo,rsquo,ldquo,rdquo |
| 24 | input: GFM | 24 | input: GFM |
| 25 | hard_wrap: true | 25 | hard_wrap: true |
| 26 | footnote_nr: 1 | 26 | footnote_nr: 1 |
| 27 | show_warnings: false | 27 | show_warnings: false |
| 28 | syntax_highlighter: rouge | 28 | syntax_highlighter: rouge |
| 29 | syntax_highlighter_opts: | 29 | syntax_highlighter_opts: |
| @@ -35,4 +35,4 @@ kramdown: | |||
| 35 | start_line: 1 | 35 | start_line: 1 |
| 36 | 36 | ||
| 37 | plugins: | 37 | plugins: |
| 38 | - jekyll-sitemap | 38 | - jekyll-sitemap |
