Source for the CompOmics research group website, built with Quarto.
quarto previewquarto renderOutput is written to _site/.
Pushes to main automatically deploy to GitHub Pages via the workflow in .github/workflows/deploy.yml.
In your GitHub repo settings: Settings → Pages → Source → GitHub Actions.
_quarto.yml # site config, navbar, theme
index.qmd # home page
research/
index.qmd # research overview
research.scss # research page styles
publications/
index.qmd # publications list (searchable, filterable by year)
publications.scss # publications page styles
fetch_publications.py # pulls DOIs from ORCID, enriches via CrossRef
tools/
index.qmd # tools + community projects (searchable/filterable)
tools.scss # tools page styles
example-tool.qmd # one file per tool
team/
index.qmd # team listing (auto-generated)
jane-doe.qmd # one file per person
news/
index.qmd # news listing (auto-generated)
posts/ # one .qmd per news item
assets/
compomics.scss # custom theme