aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_config.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-05-07 03:35:40 +0000
committerEgor Tensin <Egor.Tensin@gmail.com>2020-05-07 03:35:40 +0000
commit44eee12a35b8b15227622e9089ba35b09a10658f (patch)
treeefea9a0f61dec0e79af496a8fff0a59beb89e21b /_config.yml
parentuse "remote" Jekyll theme (diff)
downloadblog-44eee12a35b8b15227622e9089ba35b09a10658f.tar.gz
blog-44eee12a35b8b15227622e9089ba35b09a10658f.zip
lint _config*.yml
Diffstat (limited to '')
-rw-r--r--_config.yml23
1 files changed, 12 insertions, 11 deletions
diff --git a/_config.yml b/_config.yml
index 1586d2e..a68d5ab 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,10 +1,9 @@
+# Jekyll
plugins:
- jekyll-paginate
- jekyll-github-metadata
- jekyll-remote-theme
-remote_theme: egor-tensin/jekyll-theme
-
exclude:
- .travis.yml
- build.sh
@@ -15,8 +14,6 @@ exclude:
- serve.sh
- README.md
-paginate: 10
-
collections:
notes:
output: true
@@ -45,30 +42,34 @@ defaults:
values:
layout: category
-excerpt_separator: ""
-include_comments: true
-minified_externals: true
-
highlighter: rouge
-
markdown: kramdown
-
kramdown:
math_engine: null # Ignored by GitHub Pages, yay, how fun!
syntax_highlighter_opts:
span:
disable: true
+# jekyll-paginate
+paginate: 10
+# jekyll-github-metadata
+repository: egor-tensin/blog
+# 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
+excerpt_separator: ""
+minified_externals: true
+
project:
name: Blog
description: Egor's blog on programming
baseurl: /blog
-repository: egor-tensin/blog
personal_info:
name: Egor Tensin
email: Egor.Tensin@gmail.com