Hi, I'm Tiago Adria Nunes. Welcome to my portfolio repository.
This project was developed in Quarto with R, using this template.
My portfolio is hosted on GitHub Pages. Check it out here: Tiago Adria Nunes' Portfolio
If you have any questions about how to use or host the portfolio, feel free to contact me.
This project uses renv for R package management. To restore the environment:
renv::restore()Make sure Quarto is installed, then use one of the options below.
Quarto CLI (terminal):
# Render to docs/ (for GitHub Pages deployment)
quarto render
# Preview locally with live reload
quarto previewR console:
# Render to docs/ (for GitHub Pages deployment)
quarto::quarto_render()
# Preview locally with live reload
quarto::quarto_preview()Note (Windows): If you get a file-in-use error during
quarto render, make sure no browser tab orquarto previewprocess hasindex.htmlopen. Also pause OneDrive sync if it is actively syncing the file.
The output is written to the docs/ folder, which is the source configured for GitHub Pages.
- Email: tiagoadrianunes@gmail.com
- LinkedIn: Tiago Adria Nunes
- GitHub: Tiago Adria Nunes