forked from robert/robertjohnson.work
Merge pull request #85 from LucasVanHaaren/master
Add support for chrome mobile appBar color
This commit is contained in:
commit
d4aed8ba28
@ -6,6 +6,7 @@ url: 'http://webjeda.com'
|
|||||||
baseurl: '/online-cv' #change it according to your repository name
|
baseurl: '/online-cv' #change it according to your repository name
|
||||||
# Style will be applied only after restarting the build or serve. Just choose one of the options.
|
# Style will be applied only after restarting the build or serve. Just choose one of the options.
|
||||||
theme_skin: blue # blue turquoise green berry orange ceramic
|
theme_skin: blue # blue turquoise green berry orange ceramic
|
||||||
|
chrome_mobile_color: #use hex colors (ex:#1976d2) or leave empty if you don't want a color for chrome mobile searchbar
|
||||||
|
|
||||||
# Tracker
|
# Tracker
|
||||||
analytics: UA-83979019-1
|
analytics: UA-83979019-1
|
||||||
@ -25,4 +26,4 @@ compress_html: # - http://jch.penibelst.de/
|
|||||||
# Development Settings
|
# Development Settings
|
||||||
port: 4000
|
port: 4000
|
||||||
host: 0.0.0.0
|
host: 0.0.0.0
|
||||||
safe: false
|
safe: false
|
||||||
|
@ -3,6 +3,9 @@
|
|||||||
|
|
||||||
<!-- Meta -->
|
<!-- Meta -->
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
|
{% if site.chrome_mobile_color %}
|
||||||
|
<meta name="theme-color" content="{{ site.chrome_mobile_color }}">
|
||||||
|
{% endif%}
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="description" content="A beautiful Jekyll theme for creating resume">
|
<meta name="description" content="A beautiful Jekyll theme for creating resume">
|
||||||
|
Loading…
Reference in New Issue
Block a user