aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_config.yml
diff options
context:
space:
mode:
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml12
1 files changed, 8 insertions, 4 deletions
diff --git a/_config.yml b/_config.yml
index 42f1840..525ab8b 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,9 +1,8 @@
+# Jekyll
plugins:
- jekyll-github-metadata
- jekyll-remote-theme
-remote_theme: egor-tensin/jekyll-theme
-
exclude:
- .travis.yml
- build.sh
@@ -14,18 +13,23 @@ exclude:
- serve.sh
- README.md
-minified_externals: true
+# jekyll-github-metadata
+repository: egor-tensin/sorting-algorithms
+# jekyll-remote-theme
+remote_theme: egor-tensin/jekyll-theme
+# egor-tensin/jekyll-theme
bootstrap_version: 3.3.7
jquery_version: 1.12.4
html5shiv_version: 3.7.3
respond_version: 1.4.2
+minified_externals: true
+
project:
name: Sorting algorithms
description: Getting the hang out of (sorting) algorithms
baseurl: /sorting-algorithms
-repository: egor-tensin/sorting-algorithms
personal_info:
name: Egor Tensin
email: Egor.Tensin@gmail.com