Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 629 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 629 Bytes

Cluster Guide

A user guide for the UCSB server clusters:

https://gaelic-algorithmic-research-group.github.io/cluster-guide/

Contributing

The website is built using the bookdown package for R. After pulling the latest updates and adding or revising content, use the following command to render the website:

bookdown::render_book(input = "index.Rmd")

To produce a clean build of the website, simply delete the 'docs' folder before rendering, which is where generated files are stored. Once rendered, then commit the changes and push to the repo. The GitHub website will automatically update with the new changes.