From 0c2e6574c9bcf500d445aec456ba57739b17e713 Mon Sep 17 00:00:00 2001 From: Rohan Deb Sarkar Date: Fri, 14 Jan 2022 04:20:50 +0530 Subject: [PATCH] Update library versions (bootstap, jquery, fontawesome, academicicons, masonry, mdbootstrap) (#521) --- _config.yml | 32 ++++++++++++++++---------------- _includes/head.html | 8 ++++---- _includes/scripts/bootstrap.html | 6 +++--- _includes/scripts/jquery.html | 2 +- _includes/scripts/mansory.html | 6 ------ _includes/scripts/masonry.html | 6 ++++++ _layouts/default.html | 15 ++++++++------- 7 files changed, 38 insertions(+), 37 deletions(-) delete mode 100644 _includes/scripts/mansory.html create mode 100644 _includes/scripts/masonry.html diff --git a/_config.yml b/_config.yml index 160cae7..5bee0f2 100644 --- a/_config.yml +++ b/_config.yml @@ -264,7 +264,7 @@ enable_google_analytics: false # enables google analytics enable_panelbear_analytics: false # enables panelbear analytics enable_google_verification: false # enables google site verification enable_bing_verification: false # enables bing site verification -enable_mansory: true # enables automatic project cards arangement +enable_masonry: true # enables automatic project cards arangement enable_math: true # enables math typesetting (uses MathJax) enable_tooltips: false # enables automatic tooltip links generated # for each section titles on pages and posts @@ -281,32 +281,32 @@ enable_medium_zoom: true # enables image zoom feature (as on medium.co # ----------------------------------------------------------------------------- academicons: - version: "1.9.0" - integrity: "sha512-W4yqoT1+8NLkinBLBZko+dFB2ZbHsYLDdr50VElllRcNt2Q4/GSs6u71UHKxB7S6JEMCp5Ve4xjh3eGQl/HRvg==" + version: "1.9.1" + integrity: "sha256-i1+4qU2G2860dGGIOJscdC30s9beBXjFfzjWLjBRsBg=" bootstrap: - version: "4.5.2" + version: "4.6.1" integrity: - css: "sha512-MoRNloxbStBcD8z3M/2BmnT+rg4IsMxPkXaGh2zD6LGNNFE80W3onsAhRcMAMrSoyWL9xD7Ert0men7vR8LUZg==" - js: "sha512-M5KW3ztuIICmVIhjSqXe01oV2bpe248gOxqmlcYrEzAvws7Pw3z6BK0iGbrwvdrUQUhi3eXgtxp5I8PDo9YfjQ==" + css: "sha256-DF7Zhf293AJxJNTmh5zhoYYIMs2oXitRfBjY+9L//AY=" + js: "sha256-SyTu6CwrfOhaznYZPoolVw2rxoY7lKYKQvqbtqN93HI=" fontawesome: - version: "5.14.0" - integrity: "sha512-1PKOgIY59xJ8Co8+NE6FZ+LOAZKjy+KY8iq0G4B3CyeY6wYHN3yt9PW0XpSriVlkMXe40PTKnXrLnZ9+fkDaog==" + version: "5.15.4" + integrity: "sha256-mUZM63G8m73Mcidfrv5E+Y61y7a12O5mW4ezU3bxqW4=" jquery: - version: "3.5.1" - integrity: "sha512-bLT0Qm9VnAYZDflyKcBaQ2gg0hSYNQrJ8RilYldYQ1FxQYoCLtUjuuRuZo+fjqhx/qtq/1itJ0C2ejDxltZVFg==" + version: "3.6.0" + integrity: "sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" mathjax: version: "3.2.0" -mansory: +masonry: version: "4.2.2" integrity: "sha256-Nn1q/fx0H7SNLZMQ5Hw5JLaTRZp0yILA/FRexe19VdI=" mdb: - version: "4.19.1" + version: "4.20.0" integrity: - css: "sha512-RO38pBRxYH3SoOprtPTD86JFOclM51/XTIdEPh5j8sj4tp8jmQIx26twG52UaLi//hQldfrh7e51WzP9wuP32Q==" - js: "sha512-Mug9KHKmroQFMLm93zGrjhibM2z2Obg9l6qFG2qKjXEXkMp/VDkI4uju9m4QKPjWSwQ6O2qzZEnJDEeCw0Blcw==" + css: "sha256-jpjYvU3G3N6nrrBwXJoVEYI/0zw8htfFnhT9ljN3JJw=" + js: "sha256-NdbiivsvWt7VYCt6hYNT3h/th9vSTL4EDWeGs5SN3DA=" popper: - version: "2.4.4" - integrity: "sha512-eUQ9hGdLjBjY3F41CScH3UX+4JDSI9zXeroz7hJ+RteoCaY+GP/LDoM8AO+Pt+DRFw3nXqsjh9Zsts8hnYv8/A==" + version: "2.11.2" + integrity: "sha256-l/1pMF/+J4TThfgARS6KwWrk/egwuVvhRzfLAMQ6Ds4=" medium_zoom: version: "1.0.6" integrity: "sha256-EdPgYcPk/IIrw7FYeuJQexva49pVRZNmt3LculEr7zM=" diff --git a/_includes/head.html b/_includes/head.html index 4bdc0dd..7b6c22c 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -3,12 +3,12 @@ {% include metadata.html %} - - + + - - + + diff --git a/_includes/scripts/bootstrap.html b/_includes/scripts/bootstrap.html index 86f4cba..727b354 100644 --- a/_includes/scripts/bootstrap.html +++ b/_includes/scripts/bootstrap.html @@ -1,4 +1,4 @@ - - - + + + diff --git a/_includes/scripts/jquery.html b/_includes/scripts/jquery.html index add3a8d..f84a2f2 100644 --- a/_includes/scripts/jquery.html +++ b/_includes/scripts/jquery.html @@ -1,2 +1,2 @@ - + diff --git a/_includes/scripts/mansory.html b/_includes/scripts/mansory.html deleted file mode 100644 index 77214a7..0000000 --- a/_includes/scripts/mansory.html +++ /dev/null @@ -1,6 +0,0 @@ - {%- if site.enable_mansory -%} - - - - - {%- endif -%} diff --git a/_includes/scripts/masonry.html b/_includes/scripts/masonry.html new file mode 100644 index 0000000..f610a76 --- /dev/null +++ b/_includes/scripts/masonry.html @@ -0,0 +1,6 @@ + {%- if site.enable_masonry -%} + + + + + {%- endif -%} diff --git a/_layouts/default.html b/_layouts/default.html index 8a21212..dfd4d6f 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -25,12 +25,13 @@ layout: parse {%- include footer.html %} - - {% include scripts/jquery.html %} - {% include scripts/bootstrap.html %} - {% include scripts/mansory.html %} - {% include scripts/misc.html %} - {% include scripts/mathjax.html %} - {% include scripts/analytics.html %} + + {% include scripts/jquery.html %} + {% include scripts/bootstrap.html %} + {% include scripts/masonry.html %} + {% include scripts/misc.html %} + {% include scripts/mathjax.html %} + {% include scripts/analytics.html %} +