From ab818c53d43822b06cfe99214189c0f043fbd950 Mon Sep 17 00:00:00 2001 From: mikhaillav Date: Fri, 23 Feb 2024 11:17:47 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D1=81=D0=BE=D0=B2=D1=83=20=D0=B8=20meta-descriptions=20=D0=BF?= =?UTF-8?q?=D0=BB=D0=B0=D0=B3=D0=B8=D0=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/assets/owl_anim.gif | Bin 0 -> 1692 bytes mkdocs.yml | 4 ++ overrides/partials/footer.html | 101 +++++++++++++++++++++++++++++++++ overrides/partials/owl.html | 4 ++ requirements.txt | 3 +- 5 files changed, 111 insertions(+), 1 deletion(-) create mode 100644 docs/assets/owl_anim.gif create mode 100644 overrides/partials/footer.html create mode 100644 overrides/partials/owl.html diff --git a/docs/assets/owl_anim.gif b/docs/assets/owl_anim.gif new file mode 100644 index 0000000000000000000000000000000000000000..23e2e25269aa57e0644d80a85c11b799668e891c GIT binary patch literal 1692 zcmZ?wbhEHbG+>fu_{7Qp1O*Kf_U+qu=gysH&wc?JARz_@#h)y!Ul>^#6#pqHD0t=; zx9y1o$ds<|d}6S}Ek0=jc@wygs}8e}YC|O6I(bRqJwI?~73lXJxowvF?4%`~L?P zTyTjFVAYJ~) zHl2I_`+q~Dk|;BCZmVxoS9ecuU$6)>6JwhPGb2-5UjLlA^X4y*pSXC*tcA;0tX$PK zaq=vN=`+PvZ`rzSdq`ZzhKW;W?>KPq&|wXR87+I0Z{rQKFpAto`y{(#j`SIsJfB#v%e6#YTy5pVw%^bqZ zR-~_2JjnT5#A}Yn#Kw(zEXG~c;gdHmKHkD(n$_}S;}Xw0@x7K?%o-n`oNll&G{Dj* z@XTzB)>xj1fICO$I5gi|wOu&rbfnW{E#1pYS6*J$wn%C6uPv*tu8!E8b@$ZP)z{Z2 z9PX0!-nQoE=8Vg$Vxy-u+}>XB_|#PIUh&3VZO>laJ-vPX{rwHh+;ToUHatAsA*>yD zX2-_I$0sOzzgvB%?dfS#BmKK)ZhA3+;+;i=fdv@vD){3)-Vhw~ISVj`e zCdbt$hzbt_e6AJ&xmvL~MB))cv0?R#bEhigf*_epgMpcdz&3^$ZUhWu6$U + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to + deal in the Software without restriction, including without limitation the + rights to use, copy, modify, merge, publish, distribute, sublicense, and/or + sell copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + IN THE SOFTWARE. +--> + + + \ No newline at end of file diff --git a/overrides/partials/owl.html b/overrides/partials/owl.html new file mode 100644 index 0000000..294b817 --- /dev/null +++ b/overrides/partials/owl.html @@ -0,0 +1,4 @@ + + {% set owl_path = config.extra.owl.path or "https://school30.spb.ru/images/OWL_ANIM.gif" %} + + \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 25c9b89..1f7c8a5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ mkdocs-material == 9.5.9 mkdocs-git-revision-date-localized-plugin == 1.2.4 mkdocs-awesome-pages-plugin == 2.9.2 -mkdocs-minify-plugin == 0.8.0 \ No newline at end of file +mkdocs-minify-plugin == 0.8.0 +mkdocs-meta-descriptions-plugin == 3.0.0 \ No newline at end of file