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

Merge pull request #1 from mveril/master

merge
This commit is contained in:
Anthony Scemama 2020-11-19 19:05:42 +01:00 committed by GitHub
commit 8fe50701d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

2
.gitignore vendored
View File

@ -4,5 +4,5 @@ public
*.DS_Store *.DS_Store
*.swp *.swp
*.out *.out
public static/data/database.json
__pycache__ __pycache__

View File

@ -16,7 +16,7 @@ To clone this website and use it locally please run the following commands.
```bash ```bash
git clone --recurse-submodules https://github.com/mveril/QUESTDB_website/ git clone --recurse-submodules https://github.com/mveril/QUESTDB_website/
cd QUESTDB_website cd QUESTDB_website
hugo serve make serve
``` ```
Now you can use your favorite browser to navigate to the website using the URL showed by Hugo in your terminal (normally http://localhost:1313) Now you can use your favorite browser to navigate to the website using the URL showed by Hugo in your terminal (normally http://localhost:1313)
@ -46,3 +46,6 @@ So you can remove a data file to regenerate it from a LaTeX input file with `dat
The `ADC25generator` is used to build `ADC(2.5)` data files from `ADC(2)` and `ADC(3)` data files. The `ADC25generator` is used to build `ADC(2.5)` data files from `ADC(2)` and `ADC(3)` data files.
### generate_data
The `generate_data` script is used to wrap all data file into one `database.json` file.