Skip to content

Commit

Permalink
Update _config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-van-Woudenberg committed Jun 5, 2024
1 parent 1c018b3 commit b37b464
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions book/_config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
title: Template
author: TeachBooks Team from Delft university of Technology, built with <a href="https://teachbooks.tudelft.nl/">TeachBooks</a> and <a href="https://jupyterbook.org/">Jupyter Book</a>, <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" rel="license noopener noreferrer"">CC BY 4.0<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg" alt=""> #Add your own name here
title: Learn-Programming book
author: Delft university of Technology, built with <a href="https://teachbooks.tudelft.nl/">TeachBooks</a> and <a href="https://jupyterbook.org/">Jupyter Book</a>, <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" rel="license noopener noreferrer"">CC BY 4.0<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg" alt=""> #Add your own name here
logo: figures/TUDelft_logo_rgb.png #add your own logo here

execute:
Expand All @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit b37b464

Please sign in to comment.