diff --git a/_config.yml b/_config.yml index 322c96eb..d0031a07 100644 --- a/_config.yml +++ b/_config.yml @@ -2,7 +2,13 @@ remote_theme: mmistakes/minimal-mistakes@4.24.0 #theme: minimal-mistakes-jekyll -minimal_mistakes_skin: "midnight" # "default", "air", "aqua", "contrast", "dark", "dirt", "midnight", "mint", "neon", "plum", "sunrise" +# Default minimal-mistakes skins +# - # "default", "air", "aqua", "contrast", "dark", "dirt", "mint", "neon", "plum", "sunrise" +# Additional skins +# - "oi-midnight", "oi-light", "oi-dark" +# NOTE: This one is not used at all, an d has no effect anymore, as we have our custom dynamic skin loading/swapping solution yet, +# that is turned on by default via "skin_switchable: true" +minimal_mistakes_skin: "oi-light" skin_switchable: true # Disable caching of content to disk in order to skip creating a .jekyll-cache or similar directory diff --git a/_includes/globals.html b/_includes/globals.html new file mode 100644 index 00000000..2f51ee26 --- /dev/null +++ b/_includes/globals.html @@ -0,0 +1,73 @@ +{% comment %} + +{% endcomment %} + + diff --git a/_includes/head.html b/_includes/head.html index 7711c92f..b238cd33 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -10,6 +10,7 @@ +{% include globals.html %} {% include skins.html %} diff --git a/_includes/masthead.html b/_includes/masthead.html index 6d7e2bd5..3e9fe508 100644 --- a/_includes/masthead.html +++ b/_includes/masthead.html @@ -1,6 +1,17 @@ {% capture logo_path %}{{ site.logo }}{% endcapture %}
+ + {% comment %}{% endcomment %} + + +