nceas-coding-club / nceas-coding-club.github.io

data-science-chats collaborative website created using Quarto as a way of learning Quarto together!
https://nceas-coding-club.github.io/
5 stars 2 forks source link

Data Bytes Addition & Restructuring #24

Closed dvirlar2 closed 1 year ago

dvirlar2 commented 1 year ago
  1. Added a new data byte reviewing the absolute basics of a for loop

    • Added rendered content from this as well. This includes content in the _freeze folder due to some code in the yaml header of my file. Basically, my page won't re-render each and every time the website does unless the page itself is updated. Cuts down on rendering time, and ALSO makes it so that if I used a package that no one else has or uses, y'all wouldn't need to install that just to render the page.
  2. Renamed the "data_bytes_section" folder to "data_bytes" because the URL was "https://nceas-coding-club.github.io/data_bytes_section.html" when clicking on the Data Bytes tab, and that's not an intuitive path to me 😬 Happy to change it back, or change it again!

    • Removed rendered files associated with the previously named folder
dvirlar2 commented 1 year ago

Soooo I didn't know that if I kept editing the branch I wouldn't be able to create a new pull request... oops. So this pull request also changes the outline of the Data Bytes page so that its a gridded listing now.