10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-03 09:56:08 +02:00

Change repo name

This commit is contained in:
Mickaël Véril 2020-10-29 18:11:14 +01:00
parent 17667bfd65
commit 2f66dffc09

View File

@ -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