From 6fd534e05229cca3ee3f3eee0b9653b8afa47a2a Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Wed, 6 Sep 2023 00:56:59 +0200 Subject: [PATCH] DOC: add link button to repository * DOC: add GitHub Pages badge --- README.md | 2 ++ _config.yml | 3 +++ 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index 617508e..c54b7ad 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # STRONG2020 HaSP School +[![GitHub Pages](https://github.com/ComPWA/strong2020-salamanca/actions/workflows/docs.yml/badge.svg)](https://github.com/ComPWA/strong2020-salamanca/actions/workflows/docs.yml) + This (unofficial) repository contains the exercises for the [STRONG2020 HaSP School](https://indico.ific.uv.es/event/6803) which was organised in Salamanca in 2023. Many of the files hosted in this repository originate from the [lecture material](https://indico.ific.uv.es/event/6803/timetable). ## Installation diff --git a/_config.yml b/_config.yml index c3f175e..e61c55e 100644 --- a/_config.yml +++ b/_config.yml @@ -8,6 +8,9 @@ execute: execute_notebooks: cache timeout: 600 +html: + use_repository_button: true + launch_buttons: binderhub_url: https://mybinder.org colab_url: https://colab.research.google.com