From d4a2b1fa3e5abfc350e74a197c128ffc20f9ba9b Mon Sep 17 00:00:00 2001 From: Alexandre B Date: Sat, 10 Aug 2024 22:53:02 -0400 Subject: [PATCH] Update _config.yml --- _config.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/_config.yml b/_config.yml index 35d05e54f..9f7e77dcb 100644 --- a/_config.yml +++ b/_config.yml @@ -7,6 +7,20 @@ theme: jekyll-theme-architect plugins: - minima +header_pages: + - about.md + +minima: + # Minima skin selection. + # Available skins are: + # classic Default, light color scheme. + # dark Dark variant of the classic skin. + # auto Adaptive skin based on the default classic and dark skins. + # solarized-light Light variant of solarized color scheme. + # solarized-dark Dark variant of solarized color scheme. + # solarized Adaptive skin for solarized color scheme skins. + skin: dark + readme_index: enabled: true remove_originals: false