From 1ec38e36d8d6e69786f679014e83f4ae284f3a4c Mon Sep 17 00:00:00 2001 From: Marco Lackovic Date: Mon, 23 Dec 2024 09:36:49 +0200 Subject: [PATCH] Add instructions on how to enable skins --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e4bce93e5e..3c5ff80848 100644 --- a/README.md +++ b/README.md @@ -176,6 +176,13 @@ A skin is a Sass file placed in the directory `_sass/minima/skins` and it define aspect of the theme. It also embeds the Sass rules related to syntax-highlighting since that is primarily related to color and has to be adjusted in harmony with the current skin. +To enable skins apply the following changes to your `_config.yml`: + +```diff +- theme: minima ++ remote_theme: jekyll/minima +``` + The default color palette for Minima is defined within `_sass/minima/skins/classic.scss`. To switch to another available skin, simply declare it in the site's config file. For example, to activate `_sass/minima/skins/dark.scss` as the skin, the setting would be: