Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 560 Bytes

File metadata and controls

15 lines (11 loc) · 560 Bytes

Personal website (ryanrbart.github.io)

Website for Ryan R. Bart

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.