Source code for franciscorowe.com, built with Quarto and deployed on Netlify.
This repository update and migration were completed collaboratively by Francisco Rowe and Codex.
- Quarto website project (
_quarto.yml) - R-powered page generation for selected sections (
blog.qmd,papers.qmd,talks.qmd) - Netlify deployment via
netlify.toml+@quarto/netlify-plugin-quarto
_quarto.yml: Quarto project config, page list, and output dir (_site)netlify.toml: Netlify publish settings and Quarto pluginpackage.json: Netlify Quarto plugin dependencyassets/styles.scss: Site styling overridesdata/papers_master.csv: publication source data
Render the full site:
quarto renderRender without executing code chunks:
quarto render --no-executePreview the built homepage:
open _site/index.html- Deploys are triggered by pushes to
main. - Netlify publishes from
_site. - GitHub Pages is intentionally disabled for this repository.
_site/and_freeze/are generated artifacts and ignored by Git.- If deployment fails, check the latest Netlify deploy logs first.