Simple personal website

My professional self
Author

Yingchao Zhou

Published

March 23, 2023

Frontmatter check

Prompt:

GitHub is an incredibly useful tool for project management and collaboration. It also has several useful features for professional promotion: you can host your own site on github using GitHub pages, describe yourself using a GitHub developer profile, and even use resume.github.io to generate a resume summary of your activity on GitHub (you must opt-in by starring the project page).

posit and the associated package infrastructure provide multiple ways to generate websites using Quarto (or Rmarkdown). You can complete this assignment using one of the two options detailed in Prompt 8

Describe your experience creating your website below. Don’t forget to link to your website! Push this blog post to your blog-8 repo. Make sure that all of the checks are passing.

How did building your own website go?

My website address: Yingchao’s website

I followed Yihui’s documentation and built the website by rmarkdown. The process is very smooth. The structure can be specified in index.Rmd and the different tabs are generated by different .Rmd files in the project directory.