diff --git a/public/.gitlab-ci.yml b/.gitlab-ci.yml similarity index 93% rename from public/.gitlab-ci.yml rename to .gitlab-ci.yml index a77eca2..1bce545 100644 --- a/public/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ test: script: - hugo except: - - master + - web pages: script: @@ -17,4 +17,4 @@ pages: paths: - public only: - - master + - web diff --git a/public/content/_index.md b/public/content/_index.md index 5114702..ab08110 100644 --- a/public/content/_index.md +++ b/public/content/_index.md @@ -1,5 +1,7 @@ # IRPF90 +public/static/IRPF90_box.png + IRPF90 is a Fortran programming environment which helps the development of large Fortran codes by applying the Implicit Reference to Parameters method (IRP). @@ -17,15 +19,12 @@ Codes written with IRPF90 execute often faster than Fortran programs, are faster to write and easier to maintain. If you use IRPF90, please cite this paper : -[http://arxiv.org/abs/0909.5012 arXiv:0909.5012v1]. - -The html version is accessible -[here](IRPF90: a programming environment for high performance computing) +[arXiv:0909.5012v1](http://arxiv.org/abs/0909.5012). ## Download -* [Download latest version](https://github.com/scemama/irpf90/releases/latest) +* [Download latest version](https://gitlab.com/scemama/irpf90/releases/latest) * The source files are available on [GitLab](http://gitlab.com/scemama/irpf90) @@ -33,7 +32,7 @@ The html version is accessible ## How to use IRPF90 * [Installation] -* [Git book](http://scemama.gitbooks.io/irpf90 IRPF90 GitBook), and the +* [IRPF90 GitBook](http://scemama.gitbooks.io/irpf90), and the [pdf version](http://irpf90.ups-tlse.fr/files/irpf90_manual.pdf) @@ -49,12 +48,12 @@ The html version is accessible ## Tutorials * [Simple Tutorial] -* [http://irpf90.ups-tlse.fr/tutorial/index.html Molecular dynamics tutorial], [pdf version](http://irpf90.ups-tlse.fr/files/irpf90_tutorial.pdf) +* [Molecular dynamics tutorial](http://irpf90.ups-tlse.fr/tutorial/index.html), [pdf version](http://irpf90.ups-tlse.fr/files/irpf90_tutorial.pdf) -## Video demo == +## Video demo -* [IRPF90 Demo on Vimeo](https://vimeo.com/scemama/irpf90_demo ) +{{< vimeo id="154503567" class="my-vimeo-wrapper-class" >}} ## Some programs written with IRPF90 diff --git a/public/static/IRPF90_box.png b/public/static/IRPF90_box.png new file mode 100644 index 0000000..bea69cd Binary files /dev/null and b/public/static/IRPF90_box.png differ