5-72

5-72 helps novice musicians master sound engineering by analyzing the FX chains of world-famous artists
Log | Files | Refs

commit 79f945c4437dea17aa1e3820e2345ba420c62ebf
parent 17586524d977ff4bf94692470abe3ec53ae38568
Author: Ismail Dalgatov <29144912+ismaildalgatov@users.noreply.github.com>
Date:   Wed, 24 Aug 2022 13:49:33 +0300

Update overrides

Diffstat:
Mdocs/arigto-threat-that-lies-in-despair.md | 1+
Mdocs/changelog.md | 21+++------------------
Mdocs/kendrick-lamar-sza-all-the-stars.md | 1+
Mdocs/monuments-mick-gordon-lavos.md | 1+
Mdocs/the-weeknd-alone-again.md | 1+
Mdocs/twenty-one-pilots-chlorine.md | 1+
Mdocs/zola-jesus-exhumed.md | 1+
Mmaterial/__pycache__/__init__.cpython-310.pyc | 0
Mmaterial/overrides/blog.html | 2+-
Mmaterial/overrides/main.html | 9---------
Mmaterial/plugins/__pycache__/__init__.cpython-310.pyc | 0
Mmaterial/plugins/search/__pycache__/__init__.cpython-310.pyc | 0
Mmaterial/plugins/search/__pycache__/plugin.cpython-310.pyc | 0
Mmkdocs.yml | 34++++++++++++++++++----------------
14 files changed, 28 insertions(+), 44 deletions(-)

diff --git a/docs/arigto-threat-that-lies-in-despair.md b/docs/arigto-threat-that-lies-in-despair.md @@ -1,4 +1,5 @@ --- +template: overrides/blog.html title: Arigto - «Threat that lies in despair» --- diff --git a/docs/changelog.md b/docs/changelog.md @@ -1,4 +1,5 @@ --- +template: overrides/blog.html title: Changelog --- @@ -52,21 +53,4 @@ title: Changelog ### <small>May 13, 2021</small> - Added first chain [Twenty One Pilots - «Chlorine»][1] - [1]: https://5-72.com/twenty-one-pilots-chlorine/ - -<script src="https://giscus.app/client.js" - data-repo="ismaildalgatov/5-72" - data-repo-id="MDEwOlJlcG9zaXRvcnkzNjY4NzM1NDM=" - data-category="General" - data-category-id="MDE4OkRpc2N1c3Npb25DYXRlZ29yeTMyOTI1NzQ3" - data-mapping="pathname" - data-strict="0" - data-reactions-enabled="1" - data-emit-metadata="0" - data-input-position="bottom" - data-theme="light" - data-lang="en" - data-loading="lazy" - crossorigin="anonymous" - async> -</script> + [1]: https://5-72.com/twenty-one-pilots-chlorine/ +\ No newline at end of file diff --git a/docs/kendrick-lamar-sza-all-the-stars.md b/docs/kendrick-lamar-sza-all-the-stars.md @@ -1,4 +1,5 @@ --- +template: overrides/blog.html title: Kendrick Lamar, SZA - «All The Stars» --- diff --git a/docs/monuments-mick-gordon-lavos.md b/docs/monuments-mick-gordon-lavos.md @@ -1,4 +1,5 @@ --- +template: overrides/blog.html title: Monuments & Mick Gordon - «Lavos» --- diff --git a/docs/the-weeknd-alone-again.md b/docs/the-weeknd-alone-again.md @@ -1,4 +1,5 @@ --- +template: overrides/blog.html title: The Weeknd - «Alone Again» --- diff --git a/docs/twenty-one-pilots-chlorine.md b/docs/twenty-one-pilots-chlorine.md @@ -1,4 +1,5 @@ --- +template: overrides/blog.html title: Twenty One Pilots - «Chlorine» --- diff --git a/docs/zola-jesus-exhumed.md b/docs/zola-jesus-exhumed.md @@ -1,4 +1,5 @@ --- +template: overrides/blog.html title: Zola Jesus - «Exhumed» --- diff --git a/material/__pycache__/__init__.cpython-310.pyc b/material/__pycache__/__init__.cpython-310.pyc Binary files differ. diff --git a/material/overrides/blog.html b/material/overrides/blog.html @@ -5,6 +5,6 @@ {% block content %} {{ super() }} <h2 id="__comments">{{ lang.t("meta.comments") }}</h2> - <script src="https://giscus.app/client.js" data-repo="squidfunk/mkdocs-material" data-repo-id="MDEwOlJlcG9zaXRvcnk1MDYxNzQyOA==" data-category="_" data-category-id="DIC_kwDOAwRcVM4CAtJY" data-mapping="pathname" data-reactions-enabled="1" data-emit-metadata="1" data-theme="light" data-lang="en" crossorigin="anonymous" async></script> + <script src="https://giscus.app/client.js" data-repo="ismaildalgatov/5-72" data-repo-id="MDEwOlJlcG9zaXRvcnkzNjY4NzM1NDM=" data-category="General" data-category-id="MDE4OkRpc2N1c3Npb25DYXRlZ29yeTMyOTI1NzQ3" data-mapping="pathname" data-reactions-enabled="1" data-emit-metadata="1" data-theme="light" data-lang="en" crossorigin="anonymous" async></script> <script>var theme,giscus=document.querySelector("script[src*=giscus]"),palette=__md_get("__palette");palette&&"object"==typeof palette.color&&(theme="slate"===palette.color.scheme?"dark":"light",giscus.setAttribute("data-theme",theme)),document.addEventListener("DOMContentLoaded",function(){document.querySelector("[data-md-component=palette]").addEventListener("change",function(){var e=__md_get("__palette");e&&"object"==typeof e.color&&(e="slate"===e.color.scheme?"dark":"light",document.querySelector(".giscus-frame").contentWindow.postMessage({giscus:{setConfig:{theme:e}}},"https://giscus.app"))})})</script> {% endblock %} diff --git a/material/overrides/main.html b/material/overrides/main.html @@ -5,15 +5,6 @@ {% block extrahead %} <link rel="stylesheet" href="{{ 'overrides/assets/stylesheets/main.82a244a8.min.css' | url }}"> {% endblock %} -{% block announce %} - <a href="https://twitter.com/teamseshisma"> - For updates follow <strong>@teamseshisma</strong> on - <span class="twemoji twitter"> - {% include ".icons/fontawesome/brands/twitter.svg" %} - </span> - <strong>Twitter</strong> - </a> -{% endblock %} {% block content %} {% include "overrides/partials/content.html" %} {% endblock %} diff --git a/material/plugins/__pycache__/__init__.cpython-310.pyc b/material/plugins/__pycache__/__init__.cpython-310.pyc Binary files differ. diff --git a/material/plugins/search/__pycache__/__init__.cpython-310.pyc b/material/plugins/search/__pycache__/__init__.cpython-310.pyc Binary files differ. diff --git a/material/plugins/search/__pycache__/plugin.cpython-310.pyc b/material/plugins/search/__pycache__/plugin.cpython-310.pyc Binary files differ. diff --git a/mkdocs.yml b/mkdocs.yml @@ -51,13 +51,13 @@ theme: primary: indigo accent: indigo toggle: - icon: material/brightness-7 + icon: material/toggle-switch-off-outline name: Switch to dark mode - scheme: slate primary: indigo accent: indigo toggle: - icon: material/brightness-4 + icon: material/toggle-switch name: Switch to light mode font: text: Roboto @@ -68,6 +68,7 @@ theme: # Plugins plugins: + - git-revision-date-localized - search # - redirects: # redirect_maps: @@ -116,9 +117,9 @@ markdown_extensions: smart_enable: all - pymdownx.caret - pymdownx.details -# - pymdownx.emoji: -# emoji_generator: !!python/name:materialx.emoji.to_svg -# emoji_index: !!python/name:materialx.emoji.twemoji + # - pymdownx.emoji: + # emoji_generator: !!python/name:materialx.emoji.to_svg + # emoji_index: !!python/name:materialx.emoji.twemoji - pymdownx.highlight: anchor_linenums: true - pymdownx.inlinehilite @@ -143,14 +144,14 @@ markdown_extensions: # Page tree nav: - Database: - - index.md - - Chains: - - Zola Jesus - Exhumed: zola-jesus-exhumed.md - - Arigto - Threat that lies in despair: arigto-threat-that-lies-in-despair.md - - Kendrick Lamar, SZA - All The Stars: kendrick-lamar-sza-all-the-stars.md - - Twenty One Pilots - Chlorine: twenty-one-pilots-chlorine.md - - The Monuments, Mick Gordon - Lavos: monuments-mick-gordon-lavos.md - - The Weeknd - Alone Again: the-weeknd-alone-again.md - - Other: - - Drum Machines: drum-machines/list.md - - Changelog: changelog.md + - index.md + - Chains: + - Zola Jesus - Exhumed: zola-jesus-exhumed.md + - Arigto - Threat that lies in despair: arigto-threat-that-lies-in-despair.md + - Kendrick Lamar, SZA - All The Stars: kendrick-lamar-sza-all-the-stars.md + - Twenty One Pilots - Chlorine: twenty-one-pilots-chlorine.md + - The Monuments, Mick Gordon - Lavos: monuments-mick-gordon-lavos.md + - The Weeknd - Alone Again: the-weeknd-alone-again.md + - Other: + - Drum Machines: drum-machines/list.md + - Changelog: changelog.md +\ No newline at end of file