aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_config.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--_config.yml29
1 files changed, 20 insertions, 9 deletions
diff --git a/_config.yml b/_config.yml
index dd38161..b2ad1f9 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,15 +1,26 @@
-baseurl: /sorting-algorithms
-gems: [jekyll-paginate]
-paginate: 10
-include_comments: true
-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
+
+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: /sorting-algorithms
+repository: egor-tensin/sorting-algorithms
+personal_info:
+ name: Egor Tensin
+ email: Egor.Tensin@gmail.com