diff --git a/mkdocs.yml b/mkdocs.yml index 8492905d..6045d58c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -4,6 +4,7 @@ site_name: Practicalli Neovim site_url: https://practical.li/neovim site_description: Practical guide to Clojure development with Neovim site_author: Practicalli +site_org: https://practical.li/ copyright: Copyright © 2023 Practicali CC BY-SA 4.0 repo_url: https://github.com/practicalli/neovim/ edit_uri: https://github.com/practicalli/neovim/edit/main/docs/ diff --git a/overrides/partials/header.html b/overrides/partials/header.html new file mode 100644 index 00000000..0fc48585 --- /dev/null +++ b/overrides/partials/header.html @@ -0,0 +1,78 @@ + +{% set class = "md-header" %} {% if "navigation.tabs.sticky" in features %} {% +set class = class ~ " md-header--shadow md-header--lifted" %} {% elif +"navigation.tabs" not in features %} {% set class = class ~ " md-header--shadow" +%} {% endif %} + + +
+ + + + {% if "navigation.tabs.sticky" in features %} {% if "navigation.tabs" in + features %} {% include "partials/tabs.html" %} {% endif %} {% endif %} +
diff --git a/overrides/partials/palette.html b/overrides/partials/palette.html new file mode 100644 index 00000000..2428c04a --- /dev/null +++ b/overrides/partials/palette.html @@ -0,0 +1,37 @@ + + + + +
+ {% for option in config.theme.palette %} + {% set scheme = option.scheme | d("default", true) %} + {% set primary = option.primary | d("indigo", true) %} + {% set accent = option.accent | d("indigo", true) %} + + {% if option.toggle %} + + {% endif %} + {% endfor %} +
+