aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_config.yml
blob: b0cf4f79ad7d3083dd1df91236e9bbea1819ab3e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Jekyll
plugins:
  - jekyll-github-metadata
  - jekyll-remote-theme

exclude:
  - .travis.yml
  - Gemfile
  - Gemfile.lock
  - LICENSE.txt
  - README.md

# 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
personal_info:
  name: Egor Tensin
  email: Egor.Tensin@gmail.com