aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_config.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-06-21 05:04:45 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-06-21 05:04:45 +0300
commit37d6dc2cc28a26306651ba1a9251fa1a8161633e (patch)
tree3c1a07191c742d813df46596da79681d732efc34 /_config.yml
parentfix links & code style (diff)
downloadjekyll-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.yml31
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