Openscapes / series

Lesson series for the Openscapes Champions program
http://openscapes.github.io/series
Creative Commons Attribution 4.0 International
11 stars 16 forks source link

Move team-culture.qmd? #19

Closed stefaniebutland closed 1 year ago

stefaniebutland commented 1 year ago

Looks like team-culture.qmd should be in series/core-lessons/team-culture.qmd instead of series/team-culture.qmd

Is that right @jules32 ?

jules32 commented 1 year ago

Yes - now that we have the core-lessons subfolder there are several core chapters that need to be moved. This has been a lower priority but if you're able to update as you are working here that would be great! Thank you!

Two things to do for each:

  1. So that the old links don't break, they will need redirect aliases in their yaml, following better-science.qmd as an example (raw)
title: "Better science in less time"
aliases:
  - bsilt.html
  - /better-science.html    
  1. Move images into core-lessons subfolder too. The main repo folder currently has both img and images folder; in this process let's move out of the img folder; no need to have shorthand for a folder name; images is more inclusive here.
jules32 commented 1 year ago

@stefaniebutland here's an example I did with mindset.qmd; when I added the NASA Champions link I also made the alias and moved the images (commit to main)

jules32 commented 1 year ago

Ha! That's why you (read: I) should always rebuild/test before pushing! I had to also update the _quarto.yml. Second commit to main: https://github.com/Openscapes/series/commit/119a423d3bbab1be92703199f3cab5424bf1cd48

stefaniebutland commented 1 year ago

created alias in team-culture.qmd (below) but ran into general issue with aliases being created in quarto

---
title: Team culture
aliases:
  - team-culture.html
---
jules32 commented 1 year ago

Hi @stefaniebutland , I've learned what to do for our aliases: #26

For your team-culture.qmd files, you'll want to add ../. You'll also update the link in the index.qmd table (shows that separate warning on build.

aliases: 
  - ../team-culture.html