diff options
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 31 |
1 files changed, 21 insertions, 10 deletions
diff --git a/_config.yml b/_config.yml index 0bfcb54..f6794b5 100644 --- a/_config.yml +++ b/_config.yml @@ -1,16 +1,27 @@ -baseurl: /cpp-notes -gems: [jekyll-paginate] -paginate: 10 -include_comments: true -excerpt_separator: "" -bootstrap_version: 3.3.6 -jquery_version: 1.11.3 -html5shiv_version: 3.7.2 -respond_version: 1.4.2 -minified_externals: true +gems: + - jekyll-paginate + - jekyll-github-metadata + exclude: - Gemfile - Gemfile.lock - LICENSE.txt - serve.bat - README.md + +paginate: 10 + +excerpt_separator: "" +include_comments: true +minified_externals: true + +bootstrap_version: 3.3.6 +jquery_version: 1.11.3 +html5shiv_version: 3.7.2 +respond_version: 1.4.2 + +baseurl: /cpp-notes +repository: egor-tensin/cpp-notes +personal_info: + name: Egor Tensin + email: Egor.Tensin@gmail.com |