WARNING: This is blog is not officially released, because it is work under construction. It requires GitHub authentication to access this repository, but the blog is publicly accessible. /2024-09-12
This is the git repository for https://blog.wynton.ucsf.edu blog site. This blog site uses Quarto.
Quarto is available for Linux, macOS, and Windows:
-
Download the one-click installation binary
-
Install
To render the the site locally, use:
$ cd wynton-blog/
$ quarto previewThis will open the site in your local web browser. Then edit the *.qmd
file of choice. Quarto will automatically detect your edits and
re-render the HTML page whenever you save the file.
When done, commit your edits and push to GitHub. A GitHub Action job will then rerender the site and publish it online.