aboutsummaryrefslogtreecommitdiff
path: root/_config.yml
diff options
context:
space:
mode:
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml28
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 @@
1encoding: UTF-8 1encoding: UTF-8
2exclude: 2exclude:
3- Gemfile 3 - Gemfile
4- Gemfile.lock 4 - Gemfile.lock
5- Makefile 5 - Makefile
6- notes.md 6 - notes.md
7 7
8permalink: /:title 8permalink: /:title
9safe: false 9safe: false
@@ -11,19 +11,19 @@ safe: false
11author: Mitja Felicijan 11author: Mitja Felicijan
12domain: https://mitjafelicijan.com/ 12domain: https://mitjafelicijan.com/
13description: Embedded systems developer and fanatical fan of science fiction 13description: Embedded systems developer and fanatical fan of science fiction
14twitter: "@mitjafelicijan" 14twitter: '@mitjafelicijan'
15avatar: assets/avatar.gif 15avatar: assets/avatar.gif
16cache_version: 20180811 16cache_version: 20181119
17theme_color: "#ffffff" 17theme_color: '#ffffff'
18 18
19kramdown: 19kramdown:
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
37plugins: 37plugins:
38- jekyll-sitemap 38 - jekyll-sitemap