Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 600 Bytes

File metadata and controls

15 lines (11 loc) · 600 Bytes

RHESSys website (rhessys.github.io)

Website for RHESSys, the Regional Hydro-Ecologic Simulation System.

Publishing website

This website is made using Quarto and Github Pages. After making changes to the website content, it can be published to Github using Quarto publish command (See details here). Specifically, you can type:

quarto publish gh-pages

in the terminal. Make sure git is on the branch with your content (i.e. master) and not on gh-pages.