From b5fd3a3631e883618527b3b113e0a87ec34af9b2 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 8 May 2020 10:48:37 +0000 Subject: use "remote" Jekyll theme I moved _includes/, _layouts/, css/ to egor-tensin/jekyll-theme. --- _config.yml | 5 ++++ _includes/common/bootstrap_css.html | 5 ---- _includes/common/bootstrap_js.html | 5 ---- _includes/common/footer.html | 25 -------------------- _includes/common/header.html | 20 ---------------- _includes/common/ie_compat.html | 11 --------- _includes/common/jquery.html | 5 ---- _layouts/default.html | 7 ------ css/common/footer.css | 30 ------------------------ css/common/misc.css | 46 ------------------------------------- index.html | 2 +- 11 files changed, 6 insertions(+), 155 deletions(-) delete mode 100644 _includes/common/bootstrap_css.html delete mode 100644 _includes/common/bootstrap_js.html delete mode 100644 _includes/common/footer.html delete mode 100644 _includes/common/header.html delete mode 100644 _includes/common/ie_compat.html delete mode 100644 _includes/common/jquery.html delete mode 100644 _layouts/default.html delete mode 100644 css/common/footer.css delete mode 100644 css/common/misc.css 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 diff --git a/_includes/common/bootstrap_css.html b/_includes/common/bootstrap_css.html deleted file mode 100644 index f47b856..0000000 --- a/_includes/common/bootstrap_css.html +++ /dev/null @@ -1,5 +0,0 @@ -{% if site.minified_externals %} - -{% else %} - -{% endif %} diff --git a/_includes/common/bootstrap_js.html b/_includes/common/bootstrap_js.html deleted file mode 100644 index e724257..0000000 --- a/_includes/common/bootstrap_js.html +++ /dev/null @@ -1,5 +0,0 @@ -{% if site.minified_externals %} - -{% else %} - -{% endif %} diff --git a/_includes/common/footer.html b/_includes/common/footer.html deleted file mode 100644 index 97d65b7..0000000 --- a/_includes/common/footer.html +++ /dev/null @@ -1,25 +0,0 @@ - - - - - {% include common/jquery.html %} - {% include common/bootstrap_js.html %} - - diff --git a/_includes/common/header.html b/_includes/common/header.html deleted file mode 100644 index 697d8f9..0000000 --- a/_includes/common/header.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - {{ page.title }} - {{ site.personal_info.name }} - - {% include common/bootstrap_css.html %} - - - - - {% include common/ie_compat.html %} - - -