diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-05-08 10:48:37 +0000 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-05-08 10:48:37 +0000 |
commit | b5fd3a3631e883618527b3b113e0a87ec34af9b2 (patch) | |
tree | 29b9547bc7a1b0d0fb07036d6272330bd34eb768 /_config.yml | |
parent | lint _config*.yml (diff) | |
download | egor-tensin.github.io-b5fd3a3631e883618527b3b113e0a87ec34af9b2.tar.gz egor-tensin.github.io-b5fd3a3631e883618527b3b113e0a87ec34af9b2.zip |
use "remote" Jekyll theme
I moved _includes/, _layouts/, css/ to egor-tensin/jekyll-theme.
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index 7bec135..28408ee 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,7 @@ # Jekyll plugins: - jekyll-github-metadata + - jekyll-remote-theme exclude: - .travis.yml @@ -11,13 +12,17 @@ exclude: # jekyll-github-metadata repository: egor-tensin/egor-tensin.github.io +# 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 +hide_navbar: true personal_info: name: Egor Tensin |