Skip to content

MitchellAcoustics/quarto-website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Personal Website

Quarto Publish

Environment management

This project uses renv for R environment management. To install the required packages, run the following command:

renv::restore()

This project uses venv for python environment management. To install the required packages, run the following command:

source .venv/bin/activate
pip install -r requirements.txt # or ideally, uv pip install -r requirements.txt

Releases

No releases published

Packages

No packages published

Languages

  • TeX 91.9%
  • HTML 2.8%
  • R 1.6%
  • Typst 1.3%
  • Shell 0.6%
  • Lua 0.5%
  • Other 1.3%