diff --git a/reports/_config.yml b/reports/_config.yml index f4dfd1b..1955e8d 100755 --- a/reports/_config.yml +++ b/reports/_config.yml @@ -6,7 +6,7 @@ ####################################################################################### # Book settings -title : KD and Tokyo's air sources # The title of the book. Will be placed in the left navbar. +title : # The title of the book. Will be placed in the left navbar. author : Alejandro Fontal # The author of the book copyright : "2022" # Copyright year to be placed in the footer logo : images/logo.png # A path to the book logo @@ -15,16 +15,16 @@ execute: execute_notebooks: "off" repository: - url: https://github.com/AlFontal/vasculitis2022-conference + url: https://github.com/AlFontal/environmental-data-japan branch: main html: use_repository_button: true use_issues_button: true favicon: images/favicon.ico - baseurl: 'https://alfontal.github.io/vasculitis2022-conference' + baseurl: 'https://alfontal.github.io/environmental-data-japan' comments: utterances: - repo: 'AlFontal/vasculitis2022-conference' + repo: 'AlFontal/environmental-data-japan' extra_navbar: |
@@ -56,7 +56,7 @@ sphinx: - https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js bibtex_reference_style: author_year - html_baseurl: 'https://alfontal.github.io/vasculitis2022-conference/' + html_baseurl: 'https://alfontal.github.io/environmental-data-japan/' extra_extensions: - sphinx_sitemap