From b37b464b060ecd68532b5dd4eea1880b9c71957f Mon Sep 17 00:00:00 2001 From: Tom van Woudenberg Date: Wed, 5 Jun 2024 16:28:32 +0200 Subject: [PATCH] Update _config.yml --- book/_config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/book/_config.yml b/book/_config.yml index 23c06d3..0422aa3 100644 --- a/book/_config.yml +++ b/book/_config.yml @@ -1,5 +1,5 @@ -title: Template -author: TeachBooks Team from Delft university of Technology, built with TeachBooks and Jupyter Book, CC BY 4.0 #Add your own name here +title: Learn-Programming book +author: Delft university of Technology, built with TeachBooks and Jupyter Book, CC BY 4.0 #Add your own name here logo: figures/TUDelft_logo_rgb.png #add your own logo here execute: @@ -9,7 +9,7 @@ only_build_toc_files: true html: favicon : "figures/favicon.ico" - baseurl : "https://teachbooks.github.io/template/" #Replace this with your own URL + baseurl : "https://github.com/TeachBooks/learn-programming" #Replace this with your own URL home_page_in_navbar : true sphinx: @@ -20,7 +20,7 @@ sphinx: use_thebe_lite: true exclude_patterns: ["**/_*.yml", "**/*.md", "**/*.ipynb"] html_theme_options: - repository_url: "https://github.com/TeachBooks/template" #add your own repo URL here + repository_url: "https://teachbooks.github.io/learn-programming/" #add your own repo URL here use_repository_button: true use_issues_button : true launch_buttons: