diff --git a/README.md b/README.md index 2a3b9be..c62d90b 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,9 @@ copyright = "© Copyright notice" twitter = "Your Twitter username" github = "Your GitHub username" linkedin = "Your LinkedIn username" + googleplus = "Your Google+ user id" facebook = "Your Facebook username" - stackoverflow = "Your Stackoverflow profile" + stackoverflow = "Your Stackoverflow user id (number)" # Google Analytics API key. ga_api_key = "Your Google Analytics tracking id" # Mixpanel API key. @@ -53,6 +54,7 @@ copyright = "© Copyright notice" bio = "Your short bio/tagline" # Short subtitle/tagline. This is displayed in the header. subtitle = "is a software developer, hardware hacker and a beer lover. He believes in the power of code." + themecolor = "#hexcolor" # Defines the tab color in Chrome for Android. ``` ## Usage diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 0c06441..8546a94 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -4,6 +4,9 @@ + {{ with .Site.Params.themecolor }} + + {{ end }} {{ with .Params.images }}{{ range first 5 . }} diff --git a/layouts/partials/link.html b/layouts/partials/link.html index 831abae..b3d5714 100644 --- a/layouts/partials/link.html +++ b/layouts/partials/link.html @@ -1,7 +1,17 @@