From c5197c2e70c87ebbc9fc235e825b2fce4113a76a Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 21 Jun 2016 05:11:32 +0300 Subject: move my name to _config.yml --- _config.yml | 18 ++++++++++++------ _includes/header.html | 2 +- index.html | 2 +- 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/_config.yml b/_config.yml index d8844cc..215f45d 100644 --- a/_config.yml +++ b/_config.yml @@ -1,17 +1,23 @@ -bootstrap_version: 3.3.6 -jquery_version: 1.11.3 -html5shiv_version: 3.7.2 -respond_version: 1.4.2 -minified_externals: true +gems: + - jekyll-github-metadata + exclude: - Gemfile - Gemfile.lock - LICENSE.txt - serve.bat - README.md -gems: ['jekyll-github-metadata'] + +minified_externals: true + +bootstrap_version: 3.3.6 +jquery_version: 1.11.3 +html5shiv_version: 3.7.2 +respond_version: 1.4.2 + repository: egor-tensin/egor-tensin.github.io personal_info: + name: Egor Tensin email: Egor.Tensin@gmail.com cv_url: https://rawgit.com/egor-tensin/cv/master/pdf/Egor_Tensin_CV_en.pdf linkedin_url: https://ru.linkedin.com/pub/egor-tensin/62/90/28b diff --git a/_includes/header.html b/_includes/header.html index e00d394..0bca973 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -5,7 +5,7 @@ - {{ page.title }} + {{ page.title }} - {{ site.personal_info.name }} {% include bootstrap_css.html %} diff --git a/index.html b/index.html index 599a0ed..18433d9 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ --- -title: Egor Tensin +title: Main page layout: main ---
-- cgit v1.2.3