Commit 8b6220f8 authored by Administrator's avatar Administrator 💬

chore: m3p2.ljbac.com -> gitlab.m3p2.com

parent 886d6ec0
Pipeline #3724 canceled with stage
...@@ -9,7 +9,7 @@ deploy: ...@@ -9,7 +9,7 @@ deploy:
image: appropriate/curl:latest image: appropriate/curl:latest
script: script:
- echo "Sending hook(s) to the production server(s)…" - echo "Sending hook(s) to the production server(s)…"
- curl --no-buffer --silent --show-error https://courses.m3p2.ljbac.com/sync - curl --no-buffer --silent --show-error https://m3p2.com/sync
- echo "Deployed!" - echo "Deployed!"
# Ideally we should test all the pages of the website # Ideally we should test all the pages of the website
......
...@@ -18,12 +18,12 @@ Translations should probably follow the same license as the original works. ...@@ -18,12 +18,12 @@ Translations should probably follow the same license as the original works.
- 📖 *Flat files* - 📖 *Flat files*
- [enhanced markdown](#enhanced-markdown) for content - [enhanced markdown](#enhanced-markdown) for content
- [YAML frontmatter](https://learn.getgrav.org/15/content/headers) for metadata - [YAML frontmatter](https://learn.getgrav.org/15/content/headers) for metadata
- 🦊 *Continuous integration* using [GitLab (Ruby)](https://m3p2.ljbac.com) - 🦊 *Continuous integration* using [GitLab (Ruby)](https://gitlab.m3p2.com)
- edit courses from your browser, using GitLab's WebIDE - edit courses from your browser, using GitLab's WebIDE
- 🌎 *Decentralized versioning* using [Git](https://en.wikipedia.org/wiki/Git) - 🌎 *Decentralized versioning* using [Git](https://en.wikipedia.org/wiki/Git)
- asynchronous and offline collaboration - asynchronous and offline collaboration
- scales to thousands of contributors - scales to thousands of contributors
- 🚀 *HTML generation* using [Grav (PHP)](https://m3p2.ljbac.com/m3p2/grav-website) - 🚀 *HTML generation* using [Grav (PHP)](https://gitlab.m3p2.com/m3p2/grav-website)
- basically the new WordPress, _but much better_ - basically the new WordPress, _but much better_
- vibrant and growing community in 2019 - vibrant and growing community in 2019
...@@ -59,7 +59,7 @@ GitLab --> |updates| Website ...@@ -59,7 +59,7 @@ GitLab --> |updates| Website
#### Via GitLab #### Via GitLab
You only need a modern browser to [use the WebIDE](https://m3p2.ljbac.com/-/ide/project/m3p2/courses/edit/master/-/). You only need a modern browser to [use the WebIDE](https://gitlab.m3p2.com/-/ide/project/m3p2/courses/edit/master/-/).
!!! GitLab's preview may differ slightly from the end result. !!! GitLab's preview may differ slightly from the end result.
...@@ -78,7 +78,7 @@ Here is a nice tutorial (in french) : https://openclassrooms.com/fr/courses/1233 ...@@ -78,7 +78,7 @@ Here is a nice tutorial (in french) : https://openclassrooms.com/fr/courses/1233
#### Via Local Website #### Via Local Website
This third level of edition is for experts who can [run the website locally](https://m3p2.ljbac.com/m3p2/grav-website#run-locally-for-fast-development) This third level of edition is for experts who can [run the website locally](https://gitlab.m3p2.com/m3p2/grav-website#run-locally-for-fast-development)
to instantly preview their changes, and use the powerful Grav's admin tools for page edition. to instantly preview their changes, and use the powerful Grav's admin tools for page edition.
......
...@@ -10,7 +10,7 @@ You won't be able to 100% accurately preview the result until you commit and the ...@@ -10,7 +10,7 @@ You won't be able to 100% accurately preview the result until you commit and the
### The powerful way ### The powerful way
Run the website locally and preview your changes instantly. Run the website locally and preview your changes instantly.
Head over to the [sources of the server instance](https://m3p2.ljbac.com/m3p2/grav-website) to learn how to set it up. Head over to the [sources of the server instance](https://gitlab.m3p2.com/m3p2/grav-website) to learn how to set it up.
## File Structure ## File Structure
......
...@@ -5,7 +5,7 @@ A flat-file database of courses in multiple languages. ...@@ -5,7 +5,7 @@ A flat-file database of courses in multiple languages.
## Browse ## Browse
The courses are [available here](https://courses.m3p2.ljbac.com). (alpha version, **DO NOT SHARE THE LINK**) The courses are [available here](https://m3p2.com).
## Contribute ## Contribute
...@@ -14,4 +14,4 @@ Anyone can contribute to the courses, in a wikipedia manner, but with the consen ...@@ -14,4 +14,4 @@ Anyone can contribute to the courses, in a wikipedia manner, but with the consen
Contributions are done via the usual git fork|merge flow. Contributions are done via the usual git fork|merge flow.
Read [CONTRIBUTING](CONTRIBUTING.md) for more information. Read [CONTRIBUTING](CONTRIBUTING.md) for more information.
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment