aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-06-24 22:23:52 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-06-24 22:23:52 +0300
commit8ae30f6c2bfc0e9b0ad223c2a41fa5441c482f28 (patch)
tree94a71a7d0c6b5abee5967bfc9f49a94013eecda8
parentplots: grammar tweaks (diff)
downloadsorting-algorithms-8ae30f6c2bfc0e9b0ad223c2a41fa5441c482f28.tar.gz
sorting-algorithms-8ae30f6c2bfc0e9b0ad223c2a41fa5441c482f28.zip
add most of my personal info to _config.yml
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock10
-rw-r--r--_config.yml29
-rw-r--r--_config_dev.yml3
4 files changed, 32 insertions, 11 deletions
diff --git a/Gemfile b/Gemfile
index 84b3963..57b11f8 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,3 +1,4 @@
source 'https://rubygems.org'
gem 'github-pages'
gem 'wdm', '~> 0.1.0' if Gem.win_platform?
+gem 'jekyll-github-metadata'
diff --git a/Gemfile.lock b/Gemfile.lock
index a06ce7f..19bd0e0 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,6 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
+ RedCloth (4.2.9)
RedCloth (4.2.9-x86-mingw32)
activesupport (4.2.5.2)
i18n (~> 0.7)
@@ -19,6 +20,7 @@ GEM
execjs (2.6.0)
faraday (0.9.2)
multipart-post (>= 1.2, < 3)
+ ffi (1.9.10-x64-mingw32)
ffi (1.9.10-x86-mingw32)
gemoji (2.1.0)
github-pages (54)
@@ -67,6 +69,8 @@ GEM
jekyll-feed (0.4.0)
jekyll-gist (1.4.0)
octokit (~> 4.2)
+ jekyll-github-metadata (1.11.1)
+ octokit (~> 4.0)
jekyll-mentions (1.0.1)
html-pipeline (~> 2.3)
jekyll (~> 3.0)
@@ -97,6 +101,8 @@ GEM
minitest (5.8.4)
multipart-post (2.0.0)
net-dns (0.8.0)
+ nokogiri (1.6.7.2-x64-mingw32)
+ mini_portile2 (~> 2.0.0.rc2)
nokogiri (1.6.7.2-x86-mingw32)
mini_portile2 (~> 2.0.0.rc2)
octokit (4.3.0)
@@ -122,11 +128,13 @@ GEM
wdm (0.1.1)
PLATFORMS
+ x64-mingw32
x86-mingw32
DEPENDENCIES
github-pages
+ jekyll-github-metadata
wdm (~> 0.1.0)
BUNDLED WITH
- 1.11.2
+ 1.12.5
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
diff --git a/_config_dev.yml b/_config_dev.yml
index 0015e2e..c6fad0e 100644
--- a/_config_dev.yml
+++ b/_config_dev.yml
@@ -1,3 +1,4 @@
-baseurl: ""
include_comments: false
minified_externals: false
+
+baseurl: ""