A personal website built using the privefl/rmarkdown-website-template.
Follow these steps to build and deploy the website.
- R: Download R
- RStudio (optional but recommended): Download RStudio
- Git: Download Git
You can build the website using R or RStudio:
-
Using R Console:
rmarkdown::render_site(encoding = "UTF-8")
-
Using RStudio:
- Press
Ctrl + Shift + B
(Windows/Linux) orCmd + Shift + B
(Mac) to build the site.
- Press
After building the website, deploy it by committing and pushing the changes to GitHub:
git add .
git commit -m "Build and deploy website"
git push origin main