Welcome!
Why create a website portfolio?
Who is this for?
Define your goals
Know your audience
Choose your content wisely
quarto and Rquarto render to buildr code
quarto create-project myportfolio
Use `_quarto.yml` and CSS
theme: cosmo
css: custom-style.css
git init
git add .
git commit -m "first site"
git push origin main
Thank you!