diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-06-21 05:04:45 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-06-21 05:04:45 +0300 |
commit | 37d6dc2cc28a26306651ba1a9251fa1a8161633e (patch) | |
tree | 3c1a07191c742d813df46596da79681d732efc34 /_config.yml | |
parent | fix links & code style (diff) | |
download | jekyll-theme-37d6dc2cc28a26306651ba1a9251fa1a8161633e.tar.gz jekyll-theme-37d6dc2cc28a26306651ba1a9251fa1a8161633e.zip |
put most of my personal info to _config.yml
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 31 |
1 files changed, 21 insertions, 10 deletions
diff --git a/_config.yml b/_config.yml index 0bfcb54..f6794b5 100644 --- a/_config.yml +++ b/_config.yml @@ -1,16 +1,27 @@ -baseurl: /cpp-notes -gems: [jekyll-paginate] -paginate: 10 -include_comments: true -excerpt_separator: "" -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-paginate + - jekyll-github-metadata + exclude: - Gemfile - Gemfile.lock - LICENSE.txt - serve.bat - README.md + +paginate: 10 + +excerpt_separator: "" +include_comments: true +minified_externals: true + +bootstrap_version: 3.3.6 +jquery_version: 1.11.3 +html5shiv_version: 3.7.2 +respond_version: 1.4.2 + +baseurl: /cpp-notes +repository: egor-tensin/cpp-notes +personal_info: + name: Egor Tensin + email: Egor.Tensin@gmail.com |