From 4966cdebaac0742931d0912cc746824af791d7f8 Mon Sep 17 00:00:00 2001 From: Scott Henderson Date: Mon, 17 Jun 2024 17:31:31 -0700 Subject: [PATCH] Update _config.yml remove template url, update email --- book/_config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/_config.yml b/book/_config.yml index 305514a..1fec8fd 100644 --- a/book/_config.yml +++ b/book/_config.yml @@ -15,7 +15,7 @@ parse: website_url: "https://snowex-2024.hackweek.io" jupyterhub_url: "https://hub.cryointhecloud.com/" slack_workspace_url: "https://2024-uw-hackweek.slack.com" - contact_email: "uwhackweek@uw.edu" + contact_email: "escience-hackweeks@uw.edu" anon_reporting_url: "https://INSERT_FORM_LINK" myst_enable_extensions: # Defaults @@ -48,7 +48,7 @@ launch_buttons: # Information about where the book exists on the web repository: - url: https://github.com/uwhackweek/jupyterbook-template # Online location of your book + url: https://github.com/snowex-hackweek/website-2024 # Online location of your book path_to_book: book # Optional path to your book, relative to the repository root branch: main # Which branch of the repository should be used when creating links (optional)