From 1c56bb5563bc672949f0badea5d7ef3696a0fa78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Signe=20Kirk=20Br=C3=B8db=C3=A6k?= <40836345+signekb@users.noreply.github.com> Date: Wed, 6 Nov 2024 15:41:10 +0100 Subject: [PATCH] =?UTF-8?q?docs:=20=F0=9F=8E=A8=20set=20course=20title=20a?= =?UTF-8?q?nd=20subtitle=20(#57)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Description This PR adds the course title and subtitle in the `_quarto.yml`. Initially, I added the title and subtitle we agreed on in #55 and #40 , but I kept brainstorming a bit and found an alternative that I liked more; it's simpler/shorter and more digestible, in my opinion. There's just something that I don't quite like about "collaborating as a team" + we're missing the *s* from the abbreviation. And I liked the explicit addition of the "CATs" abbreviation in the title too. With the subtitle "An introduction to ...", I think that we still incorporate the "you don't have to be collaborative team just yet, but wanting to learn it is enough"-part that we talked about earlier. Buuutttt, if you don't like it, I can just revert it 🐱 🐈 Closes #55 Closes #40 Related to #20 ## Reviewer Focus This PR needs an in-depth review. ## Checklist - [X] Rendered website locally --------- Co-authored-by: Luke W. Johnston --- _quarto.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_quarto.yml b/_quarto.yml index e47868b..88c8334 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -5,7 +5,8 @@ project: # - slides/*.html book: - title: Testing + title: Git for Collaborative Teams + subtitle: "An introductory course on team-based collaboration with Git and GitHub" author: - name: Luke W. Johnston orcid: 0000-0003-4169-2616