From 3afa56020c8162b4f44b504bb7315c645adba4a3 Mon Sep 17 00:00:00 2001 From: kdesnos Date: Mon, 28 Oct 2024 16:08:30 +0100 Subject: [PATCH] Homogeneize Navigation bar with main website. --- docs/_config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index c9fa708..4d659c2 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -16,17 +16,17 @@ minimal_mistakes_skin : "dark" # "air", "aqua", "contrast", "dark", "dirt", " # Site Settings locale : "en-US" -title : "GEGELATI Hands-on tutorial" +title : "GEGELATI" title_separator : "-" subtitle : # site tagline that appears below site title in masthead name : #"Karol Desnos" description : #"An amazing website." url : https://gegelati.github.io # the base hostname & protocol for your site e.g. "https://mmistakes.github.io" -baseurl : /gegelati-tutorial # the subpath of your site, e.g. "/blog" +baseurl : / # the subpath of your site, e.g. "/blog" repository : # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes" teaser : # path of fallback teaser image, e.g. "/assets/images/500x300.png" -logo : # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png" -masthead_title : # overrides the website title displayed in the masthead, use " " for no title +logo : https://gegelati.github.io/assets/images/gegelati-logo-full.svg # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png" +masthead_title : " " # overrides the website title displayed in the masthead, use " " for no title # breadcrumbs : false # true, false (default) words_per_minute : 200 domain : gegelati.github.io