From 2f66dffc09c05f863be2f8f0965428591d3e00b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20V=C3=A9ril?= Date: Thu, 29 Oct 2020 18:11:14 +0100 Subject: [PATCH] Change repo name --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 21330747..fb9b98e3 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ The QUEST website is the website build to analyze the date from the [QUEST proje To clone this website and use it locally please run the following commands. ```bash -git clone --recurse-submodules https://git.irsamc.ups-tlse.fr/mveril/exdatabaseLCPQ -cd exdatabaseLCPQ +git clone --recurse-submodules https://git.irsamc.ups-tlse.fr/mveril/QUESTDB_website +cd QUESTDB_website hugo serve ``` @@ -22,15 +22,15 @@ Now you car use your favorite browser to navigate to the website using the URL s The main part of this repository is the website. It is build using the [hugo](https://gohugo.io/) static website generator with the [beautifulhugo](https://themes.gohugo.io/beautifulhugo/) theme. -All the data are stored in the [data](exdatabaseLCPQ/src/branch/master/static/data) directory. +All the data are stored in the [data](QUESTDB_website/src/branch/master/static/data) directory. ### The tools. -The second part is the [tools](exdatabaseLCPQ/src/branch/master/tools/) a series of python and bash scripts used to generate data. +The second part is the [tools](QUESTDB_website/src/branch/master/tools/) a series of python and bash scripts used to generate data. #### datafileBuilder -A python script to generate data from custom LaTeX input file see [examples](exdatabaseLCPQ/src/branch/master/docs/examples). +A python script to generate data from custom LaTeX input file see [examples](QUESTDB_website/src/branch/master/docs/examples). #### metarecover