Change viewer options (if using Posit.cloud)
Video
Change site name and modify _publish.yml
Video
Render locally before publishing
- mac: cmd + shift + k
- pc: ctrl + shift + k
Stop local preview (rendering)
Publish to Netlify again
terminal quarto publish netlify
Modify about.qmd
Modify the about page to include your input
- title - your name
- links - your links
- image
- delete the file profile.jpg
- upload your image into your quarto project directory
- rename it profile.jpg
- Include 2 sentences about yourself
- Modify Education
- Modify Experience
- Save
- Optional: modify the template
Modify _quarto.yml
- Change title name
- Modify links
- Optional modify the theme
- Save
- Check that everything works
Render locally before publishing
- mac: cmd + shift + k
- pc: ctrl + shift + k
Stop local preview (rendering)
- Posit cloud: Stop any background jobs in the Background jobs tab
- Positron: Go to terminal Quarto preview (click on trash can)
Publish to Netlify again
terminal quarto publish netlify
Check that your site on the web
- Submit the url to Assignment 1