diff options
| -rw-r--r-- | .jekyll-metadata | bin | 29960 -> 29944 bytes | |||
| -rw-r--r-- | _config.yml | 1 | ||||
| -rw-r--r-- | _layouts/index.html | 2 | ||||
| -rw-r--r-- | _layouts/page.html | 2 | ||||
| -rw-r--r-- | _layouts/post.html | 2 |
5 files changed, 4 insertions, 3 deletions
diff --git a/.jekyll-metadata b/.jekyll-metadata index f7410e6..544d62c 100644 --- a/.jekyll-metadata +++ b/.jekyll-metadata | |||
| Binary files differ | |||
diff --git a/_config.yml b/_config.yml index 096ef24..c9c660e 100644 --- a/_config.yml +++ b/_config.yml | |||
| @@ -13,6 +13,7 @@ description: Embedded systems developer and fanatical fan of science fiction | |||
| 13 | twitter: "@mitjafelicijan" | 13 | twitter: "@mitjafelicijan" |
| 14 | avatar: assets/avatar.gif | 14 | avatar: assets/avatar.gif |
| 15 | cache_version: 20180803 | 15 | cache_version: 20180803 |
| 16 | theme_color: "#c242f4" | ||
| 16 | 17 | ||
| 17 | kramdown: | 18 | kramdown: |
| 18 | auto_ids: true | 19 | auto_ids: true |
diff --git a/_layouts/index.html b/_layouts/index.html index 93b56fb..ef3ca1d 100644 --- a/_layouts/index.html +++ b/_layouts/index.html | |||
| @@ -8,7 +8,7 @@ | |||
| 8 | <meta http-equiv="x-ua-compatible" content="ie=edge"> | 8 | <meta http-equiv="x-ua-compatible" content="ie=edge"> |
| 9 | <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1"> | 9 | <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1"> |
| 10 | 10 | ||
| 11 | <meta name="theme-color" content="#ff0ff0"> | 11 | <meta name="theme-color" content="{{ site.theme_color }}"> |
| 12 | <meta name="author" content="{{ site.author }}"> | 12 | <meta name="author" content="{{ site.author }}"> |
| 13 | <meta name="description" content="{{ site.description }}"> | 13 | <meta name="description" content="{{ site.description }}"> |
| 14 | 14 | ||
diff --git a/_layouts/page.html b/_layouts/page.html index 77ee59f..25610e4 100644 --- a/_layouts/page.html +++ b/_layouts/page.html | |||
| @@ -8,7 +8,7 @@ | |||
| 8 | <meta http-equiv="x-ua-compatible" content="ie=edge"> | 8 | <meta http-equiv="x-ua-compatible" content="ie=edge"> |
| 9 | <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1"> | 9 | <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1"> |
| 10 | 10 | ||
| 11 | <meta name="theme-color" content="#ff0ff0"> | 11 | <meta name="theme-color" content="{{ site.theme_color }}"> |
| 12 | <meta name="author" content="{{ site.author }}"> | 12 | <meta name="author" content="{{ site.author }}"> |
| 13 | <meta name="description" content="{{ page.description }}"> | 13 | <meta name="description" content="{{ page.description }}"> |
| 14 | 14 | ||
diff --git a/_layouts/post.html b/_layouts/post.html index 64b23e0..d922293 100644 --- a/_layouts/post.html +++ b/_layouts/post.html | |||
| @@ -8,7 +8,7 @@ | |||
| 8 | <meta http-equiv="x-ua-compatible" content="ie=edge"> | 8 | <meta http-equiv="x-ua-compatible" content="ie=edge"> |
| 9 | <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1"> | 9 | <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1"> |
| 10 | 10 | ||
| 11 | <meta name="theme-color" content="#ff0ff0"> | 11 | <meta name="theme-color" content="{{ site.theme_color }}"> |
| 12 | <meta name="author" content="{{ site.author }}"> | 12 | <meta name="author" content="{{ site.author }}"> |
| 13 | <meta name="description" content="{{ page.description }}"> | 13 | <meta name="description" content="{{ page.description }}"> |
| 14 | 14 | ||
