Skip to content

ucdavisdatalab/workshop_index

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UC DataLab Workshop Index

UC Davis DataLab
Maintainer: Nick Ulle <naulle@ucdavis.edu>

Contributing

The course reader is a live webpage, hosted through GitHub, where you can enter curriculum content and post it to a public-facing site for learners.

To make alterations to the reader:

  1. Check in with the reader's current maintainer and notify them about your intended changes. Maintainers might ask you to open an issue, use pull requests, tag your commits with versions, etc.

  2. Run git pull, or if it's your first time contributing, see Setup.

  3. Edit the index.qmd Quarto Markdown file. Enter your text, code, and other information directly into the file.

    Put any supporting resources in data/ or images/. Store large files in Google Drive or other cloud storage rather than committing them to the repo. You do not need to add generated resources (such as HTML files). The render step saves these in docs/ automatically.

  4. In a terminal, navigate to the this repo and run quarto render to re-render the website (the files in docs/).

  5. When you're finished, git add:

    • Any files you added or edited directly, including in data/ and images/
    • docs/ (all of it)

    Then git commit and git push. The live web page will update automatically after 1-10 minutes.

Setup

This project uses Quarto. Make sure it is installed before rendering the website.

Back to Top

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •