From b91225665c76da2964bf48521f6ea70e6db884b6 Mon Sep 17 00:00:00 2001 From: Justus Adam Date: Wed, 17 Apr 2019 12:33:13 +0200 Subject: [PATCH] Made the site description configurable (#110) --- _config.yml | 1 + _includes/head.html | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 4e1e236..6cb9e04 100644 --- a/_config.yml +++ b/_config.yml @@ -4,6 +4,7 @@ title: My Resume url: 'http://webjeda.com' baseurl: '/online-cv' #change it according to your repository name +description: A beautiful Jekyll theme for creating resume # 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 chrome_mobile_color: #use hex colors (ex:#1976d2) or leave empty if you don't want a color for chrome mobile searchbar diff --git a/_includes/head.html b/_includes/head.html index 5fe77a3..2ee7cda 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -8,7 +8,8 @@ {% endif%} - +