diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-05-07 03:45:33 +0000 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-05-07 03:45:33 +0000 |
commit | 4ea5e656533e6f03151692f6c2fb755e8d79976a (patch) | |
tree | 5beb58b59f7027a09ea9ab8a83ac4e5ae12987f9 | |
parent | remove build.sh, serve.bat, serve.sh (diff) | |
download | egor-tensin.github.io-4ea5e656533e6f03151692f6c2fb755e8d79976a.tar.gz egor-tensin.github.io-4ea5e656533e6f03151692f6c2fb755e8d79976a.zip |
lint _config*.yml
-rw-r--r-- | _config.yml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/_config.yml b/_config.yml index bbf4e51..7bec135 100644 --- a/_config.yml +++ b/_config.yml @@ -1,3 +1,4 @@ +# Jekyll plugins: - jekyll-github-metadata @@ -8,14 +9,16 @@ exclude: - LICENSE.txt - README.md -minified_externals: true +# jekyll-github-metadata +repository: egor-tensin/egor-tensin.github.io bootstrap_version: 3.3.7 jquery_version: 1.12.4 html5shiv_version: 3.7.3 respond_version: 1.4.2 -repository: egor-tensin/egor-tensin.github.io +minified_externals: true + personal_info: name: Egor Tensin email: Egor.Tensin@gmail.com |