blob: 25d30c2e47a3e7029e6be60c57f9f267644c3ea9 (
plain) (
tree)
|
|
# 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@69f431bc618bb319443e257de87cf3d660420e71
# 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
|