Skip to content

fcorowe/franciscorowe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

115 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Francisco Rowe Website

Netlify Status

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.

Stack

  • 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

Key Files

  • _quarto.yml: Quarto project config, page list, and output dir (_site)
  • netlify.toml: Netlify publish settings and Quarto plugin
  • package.json: Netlify Quarto plugin dependency
  • assets/styles.scss: Site styling overrides
  • data/papers_master.csv: publication source data

Local Development

Render the full site:

quarto render

Render without executing code chunks:

quarto render --no-execute

Preview the built homepage:

open _site/index.html

Deployment

  • Deploys are triggered by pushes to main.
  • Netlify publishes from _site.
  • GitHub Pages is intentionally disabled for this repository.

Notes

  • _site/ and _freeze/ are generated artifacts and ignored by Git.
  • If deployment fails, check the latest Netlify deploy logs first.

About

Code for academic website

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors