diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-05-07 03:38:22 +0000 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-05-07 03:38:22 +0000 |
commit | adfa14e74d11d09bd4c37444ca182fcaebd0c7fd (patch) | |
tree | 957ebd93846d8f688bcf2904f5eef32309ab3e31 | |
parent | use "remote" Jekyll theme (diff) | |
download | sorting-algorithms-adfa14e74d11d09bd4c37444ca182fcaebd0c7fd.tar.gz sorting-algorithms-adfa14e74d11d09bd4c37444ca182fcaebd0c7fd.zip |
lint _config*.yml
-rw-r--r-- | _config.yml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/_config.yml b/_config.yml index 42f1840..525ab8b 100644 --- a/_config.yml +++ b/_config.yml @@ -1,9 +1,8 @@ +# Jekyll plugins: - jekyll-github-metadata - jekyll-remote-theme -remote_theme: egor-tensin/jekyll-theme - exclude: - .travis.yml - build.sh @@ -14,18 +13,23 @@ exclude: - serve.sh - README.md -minified_externals: true +# 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 -repository: egor-tensin/sorting-algorithms personal_info: name: Egor Tensin email: Egor.Tensin@gmail.com |