blob: e0700e665058cae414fc16d61b84e42695615eb8 (
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
33
34
35
36
|
# Jekyll
baseurl: /sorting-algorithms
exclude:
- Gemfile
- Gemfile.lock
- README.md
- vendor/
# Plugins
plugins:
- jekyll-github-metadata
- jekyll-remote-theme
# jekyll-github-metadata
repository: egor-tensin/sorting-algorithms
# jekyll-remote-theme
remote_theme: egor-tensin/jekyll-theme@6bf7c39c874004dd87d4c661018acf2285c8e135
# Theme settings
settings:
project:
name: Sorting algorithms
description: Getting the hang out of (sorting) algorithms
license: MIT License
license_file: LICENSE.txt
author:
name: Egor Tensin
email: Egor.Tensin@gmail.com
3rdparty:
versions:
bootstrap: 3.4.1
jquery: 1.12.4
html5shiv: 3.7.3
respond: 1.4.2
minified: true
|