diff --git a/docs/_config.yml b/docs/_config.yml index 4d659c2..9501d39 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -25,7 +25,7 @@ url : https://gegelati.github.io # the base hostname & prot 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 : 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" +logo : /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 diff --git a/docs/_data/navigation.yml b/docs/_data/navigation.yml index c69b290..99ba50d 100644 --- a/docs/_data/navigation.yml +++ b/docs/_data/navigation.yml @@ -1,11 +1,11 @@ # main links main: - title: "Publications" - url: "https://gegelati.github.io/publis/" + url: /publis/ - title: "Projects" - url: "https://gegelati.github.io/projects/" + url: /projects/ - title: "Tutorials" - url: /tutos/ + url: /gegelati-tutorial/tutos/ - title: "Source Code" url: "https://github.com/gegelati/gegelati" # - title: "Sample Posts"