aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_config.yml
blob: b0bca58fa35b59fce877981919c0b60970ab06e6 (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
# 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@ba619d5a98dcb86605f850211ab6289d75443416

# Theme settings
settings:
  project:
    name: Sorting algorithms
  author:
    name: Egor Tensin
    email: Egor.Tensin@gmail.com
  ga_tag: G-NEVP4S1FMV