numbats / numbathackathon

Repository for the NUMBAT Hackathon, 2020
1 stars 0 forks source link

NUMBATs website #19

Closed dicook closed 1 year ago

dicook commented 1 year ago

Refresh/update content.

robjhyndman commented 1 year ago

Convert to quarto

robjhyndman commented 1 year ago

Existing website at https://github.com/numbats/numbats-website

robjhyndman commented 1 year ago

New website here: https://github.com/numbats/numbats-quarto-website

cynthiahqy commented 1 year ago

A good reference for people listings:

For grouping current/alumni/visitor profiles into subfolders

for x in $(grep -l "Visitor" **/index.qmd); do mv ${x%/*} visitor/${x%/*}; done;

After appending image: avatar.jpg to all files, fix folders with avatar.jpeg or avatar.png:

for x in $(ls **/*.jpeg); do gsed -i 's/.jpg/.jpeg/' ${x%/*}/index.qmd; done
cynthiahqy commented 1 year ago

maybe Quarto listing template: https://github.com/quarto-dev/quarto-cli/tree/08ccbe0f5a56ac030e926dccec9573ca3399955e/src/resources/projects/website/listing

robjhyndman commented 1 year ago

Website now uses quarto: numbat.space