Marino Lab Website – Maintenance Guide
This document describes the routine workflow for maintaining and publishing the Marino Lab website.
Standard publishing routine
- Preview:
quarto preview- Render:
quarto render- Commit:
git add .
git commit -m "Describe your changes"- Push:
git pushIf push fails:
git pull --rebase origin main
git pushCustom domain
Keep a file named CNAME (no extension) in the project root containing:
marinolab.unipa.it
Ensure _quarto.yml contains:
project:
type: website
output-dir: docs
resources:
- CNAMENever delete CNAME or docs/CNAME.
Branding
Homepage: marinolab-logo.png
Navbar & favicon: marinolab-favicon.png
Backups
Periodically create a ZIP archive of the entire marino-lab project folder.
Useful commands
git status
quarto preview
quarto render
git add .
git commit -m "..."
git pushFuture improvements
- Interactive collaboration map
- Publication filtering
- News page
- Private member area
- Research gallery