aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-06-21 05:11:32 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-06-21 05:11:32 +0300
commitc5197c2e70c87ebbc9fc235e825b2fce4113a76a (patch)
treea301c632e73fe94fa05b628c215670d8d9b503c7
parentREADME update (diff)
downloadegor-tensin.github.io-c5197c2e70c87ebbc9fc235e825b2fce4113a76a.tar.gz
egor-tensin.github.io-c5197c2e70c87ebbc9fc235e825b2fce4113a76a.zip
move my name to _config.yml
-rw-r--r--_config.yml18
-rw-r--r--_includes/header.html2
-rw-r--r--index.html2
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 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
- <title>{{ page.title }}</title>
+ <title>{{ page.title }} - {{ site.personal_info.name }}</title>
{% 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
---
<div class="row">