Skip to content
Snippets Groups Projects
Commit f0a42beb authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

improve readme

parent b3748977
No related branches found
No related tags found
No related merge requests found
Pipeline #28893 passed
# Single page article presentation
## Build existing pages
With pandoc >= 2.14, `make` ; otherwise:
```bash
docker run --rm -v $PWD:/data -it memmos.laas.fr:5000/gepetto/articles make
```
## Create your own
You can use `cosyslam.md` as a template. Just copy it under a different `*.md` name, and replace what you want inside.
## Publish
publication https://gepettoweb.laas.fr/articles/ is done via CI/CD on the main branch
Publication https://gepettoweb.laas.fr/articles/ is done via gitlab CI/CD on the main branch
## Build existing pages
This is not mandatory, as gitlab CI/CD is doing all the required chores, but if you want to build things locallay:
- with pandoc >= 2.14: `make`
- otherwise: `docker run --rm -v $PWD:/data -it memmos.laas.fr:5000/gepetto/articles make`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment