-
2. Render the web site locally by clicking the "Build" tap on the right and then "Render Website".
-
3. Use
browseURL("docs/index.html")to view your site locally (or just opendocs/index.htmlin a browser). -
4. If it looks good, commit and push all changed files to GitHub.
(You will need to repeat steps 2 and 4 every time you wish to update the book online.)
-
Add content to
index.qmdas desired. -
Add content to
projects.qmdas desired. -
Change the photo in the
imgfolder to your photo. -
Choose a theme from https://bootswatch.com/ and replace "cerulean" in
_quarto.ymlwith your prefered theme. -
Add additional tabs/sections by creating new
.qmdfiles and listing them in_quarto.ymlunderprojects.qmd.
Please consult the official guide to quarto web sites: https://quarto.org/docs/websites/
Once you've completed these steps, delete the content of this README and add a short description of your project with a link to the book URL. It would be appreciated if you add the following to the end:
This repo was initially generated from a Quarto template available here: https://github.com/jtr13/website-template.
(If you found this helpful, please let us know by starring the repo. ⭐ 😄)