1
0
mirror of https://gitlab.com/free_zed/free_zed.gitlab.io.git synced 2024-06-09 11:52:31 +00:00
Commit Graph

5 Commits

Author SHA1 Message Date
Freezed
5647e826ed 🔨 Move branch master to production
It is more appropriate.
2020-09-07 00:49:03 +02:00
8a9dda332a Add a commit link in footer
Do some change in CSS and HTML indentatior
The commit link is build with 3 new template files :
    - time
    - date
    - commit
Each file is updated during CI, before _pelican_ build HTML files.
2019-01-21 00:40:50 +01:00
Fred Z
fbdb7ff52a Set config for prod & devel environnement
CI work with 2 repo with distinct default branche :
* `devel` for `gitlab.com/free_zed/mypelican/`
* `master` for `gitlab.com/free_zed/free_zed.gitlab.io`

Two `publishconf.py` are set for the two repo :
* `pubconf-devel.py` for `free_zed/mypelican/`
* `pubconf-master.py` for `free_zed/free_zed.gitlab.io`

If you push `devel` branch on `free_zed/free_zed.gitlab.io` you
will encounter URL issues
2019-01-20 18:40:59 +01:00
Fred Z
e2d91634fe Add deployement only on master 2019-01-19 00:30:09 +01:00
Fred Z
c72fefcfc2 Add .gitlab-ci.yml 2019-01-18 23:48:47 +01:00