Skip to content

umr-amap/amap-dev-website

Repository files navigation

amap-dev-website

This repository contains the source code of the website of amap-dev group of the AMAP laboratory. It is public and available at https://sites.amaplab.fr/polis/dev/.

This website is created using Quarto.

As it is work in progress, the website is not yet published.

To get a render of the website, you need to clone the repository and have Quarto installed.

Instructions to install Quarto and get your favorite IDE ready can be found here.

To render the website, you can simply:

# preview the website in the current directory
quarto preview
# render the website in the current directory (but no preview)
quarto render

or use the dedicated shortcuts of the IDE.

and to publish the website once it has been rendered (only from CIRAD and with your machine registered via ssh keys):

rsync -avzr --delete -e ssh --chown=www-data:www-data ./_site/
[email protected]:/var/www/sites/polis/dev

Releases

No releases published

Contributors 3

  •  
  •  
  •