mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2025-01-12 14:08:28 +01:00
Change repo name
This commit is contained in:
parent
17667bfd65
commit
2f66dffc09
10
README.md
10
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.
|
To clone this website and use it locally please run the following commands.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone --recurse-submodules https://git.irsamc.ups-tlse.fr/mveril/exdatabaseLCPQ
|
git clone --recurse-submodules https://git.irsamc.ups-tlse.fr/mveril/QUESTDB_website
|
||||||
cd exdatabaseLCPQ
|
cd QUESTDB_website
|
||||||
hugo serve
|
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.
|
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 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
|
#### 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
|
#### metarecover
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user