Source for danilofreire.github.io, my academic homepage at Emory University. Built with Quarto and deployed from docs/ on the main branch via GitHub Pages.
- About - short bio, affiliations, contact
- Research - peer-reviewed articles, working papers, book chapters, awards, and service
- Teaching - Emory courses, workshops, and previous teaching
- Software - R packages on CRAN and GitHub
- CV - full academic record, plus a downloadable PDF
*.qmd- page source filescustom.scss/custom-dark.scss- light and dark theme styles_quarto.yml- site configuration, navigation, fonts, head includesdocs/- rendered output, served by GitHub Pagesassets/,syllabi/,texts/,evaluations/- static resources
quarto preview # live preview at http://localhost:4848
quarto render # rebuild docs/ for deploymentAfter editing, commit and push to main. GitHub Pages picks up changes within a minute.