diff --git a/_config.yml b/_config.yml index 4dd0a2a23..8683e0134 100644 --- a/_config.yml +++ b/_config.yml @@ -2,8 +2,8 @@ title: "Scientific Python Lectures" author: Scientific Python developers copyright: "2025" -logo: images/sp_lectures.png -email: matthew.brett@gmail.com +logo: images/logo.png +email: lectures@scientific-python.org # >- starts a multiline string, where newlines replaced by spaces, and final # newlines are stripped. description: >- @@ -30,7 +30,7 @@ exclude_patterns: - todo.md html: - favicon: images/sp_lectures.png + favicon: images/favicon.ico home_page_in_navbar: false use_edit_page_button: true use_repository_button: true diff --git a/images/favicon.ico b/images/favicon.ico index 4198a1acf..6f3ca0b62 100644 Binary files a/images/favicon.ico and b/images/favicon.ico differ diff --git a/images/logo.png b/images/logo.png new file mode 100644 index 000000000..3e703caaa Binary files /dev/null and b/images/logo.png differ diff --git a/images/sp_lectures.ico b/images/sp_lectures.ico deleted file mode 100644 index 69391bf77..000000000 Binary files a/images/sp_lectures.ico and /dev/null differ diff --git a/images/sp_lectures.png b/images/sp_lectures.png deleted file mode 100644 index f6844c37c..000000000 Binary files a/images/sp_lectures.png and /dev/null differ