diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-10 02:05:06 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-10 02:12:31 +0300 |
commit | 9828129b3072ad66b9cf195db16796c9dd73ed59 (patch) | |
tree | 79b8a49b61a9ad415303a7350a601aa6e2a8977c /_config.yml | |
parent | workflows/test: merge jobs, Bundler caching (diff) | |
download | egor-tensin.github.io-9828129b3072ad66b9cf195db16796c9dd73ed59.tar.gz egor-tensin.github.io-9828129b3072ad66b9cf195db16796c9dd73ed59.zip |
bump jekyll-theme, move links to index.html
Diffstat (limited to '')
-rw-r--r-- | _config.yml | 57 |
1 files changed, 23 insertions, 34 deletions
diff --git a/_config.yml b/_config.yml index 0cc4ced..f01d186 100644 --- a/_config.yml +++ b/_config.yml @@ -1,47 +1,36 @@ # Jekyll -plugins: - - jekyll-github-metadata - - jekyll-remote-theme - exclude: - Gemfile - Gemfile.lock - - LICENSE.txt - README.md - vendor/ +# Plugins +plugins: + - jekyll-github-metadata + - jekyll-remote-theme + # jekyll-github-metadata repository: egor-tensin/egor-tensin.github.io # jekyll-remote-theme -remote_theme: egor-tensin/jekyll-theme@9c44060f0d9dd530a4d90c635da7b83935a1ec19 - -# egor-tensin/jekyll-theme -bootstrap_version: 3.3.7 -jquery_version: 1.12.4 -html5shiv_version: 3.7.3 -respond_version: 1.4.2 +remote_theme: egor-tensin/jekyll-theme@f5dec4b9690193aa0eba8c9705ae01a0238ecf56 -minified_externals: true -hide_navbar: true +# Theme settings +settings: + project: + license: MIT License + license_file: LICENSE.txt + author: + name: Egor Tensin + email: Egor.Tensin@gmail.com + navbar: + hide: true + 3rdparty: + versions: + bootstrap: 3.3.7 + jquery: 1.12.4 + html5shiv: 3.7.3 + respond: 1.4.2 + minified: true personal_info: - name: Egor Tensin - email: Egor.Tensin@gmail.com - links: - - url: mailto:Egor.Tensin@gmail.com - text: Egor.Tensin@gmail.com - glyph: envelope - - url: /gpg.txt - text: GnuPG key - glyph: lock - - url: /cv/cv.pdf - text: CV - glyph: file - - url: https://egort.name/ - text: egort.name - glyph: globe - projects: - - url: /blog/ - name: Blog - - url: /sorting-algorithms/ - name: Sorting algorithms |