From 5984526be3feab8acb9a3cb3316587bfbb620ace Mon Sep 17 00:00:00 2001 From: Vincent Mazenod <vmazenod@gmail.com> Date: Wed, 31 Aug 2022 21:14:01 +0200 Subject: [PATCH] port 8001 --- .env | 2 +- content/pages/moi.md | 1 + content/slides/cri/md/cri.md | 7 +++---- develop_server.sh | 2 +- pelicanconf.py | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.env b/.env index b36eff3..6f1968b 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ -PORT=8000 +PORT=8001 REGISTRY_URL=docker.isima.fr NAMESPACE=docker.isima.fr/vimazeno APP_NAME=pelican_perso diff --git a/content/pages/moi.md b/content/pages/moi.md index e7c17a9..b64f65b 100644 --- a/content/pages/moi.md +++ b/content/pages/moi.md @@ -11,6 +11,7 @@ Number: 2 ### <i class="fas fa-quote-left"></i>You can't defend. You can't prevent. The only thing you can do is detect and respond.<i class="fas fa-quote-right"></i> <span style="float:right;font-size: smaller; padding-top: 15px;">*Bruce Schneier*</span> + <hr /> <center> diff --git a/content/slides/cri/md/cri.md b/content/slides/cri/md/cri.md index 88c177d..1ba5608 100644 --- a/content/slides/cri/md/cri.md +++ b/content/slides/cri/md/cri.md @@ -152,8 +152,8 @@ * nfs * samba * Montage PARTOUT - * Répertoire « shared » sous GNU/Linux - * Montage réseau sous MS Windows et MacOS + * Répertoire « shared » sous GNU/Linux et MacOS + * Montage réseau P:\\ sous MS Windows ## WARNING!! @@ -202,8 +202,7 @@ ## Ressources et cadres -* Les ressources informatiques ont pour objet la formation et la -recherche +* Les ressources informatiques ont pour objet la formation et la recherche * Respecter les usages prévus et le travail des autres (scolaire, propriété intellectuelle, ...) * [Charte générale à l'usage des ressources nuémriques / UCA](https://www.uca.fr/medias/fichier/deliberation-ca-2017-10-27-21-charte-des-usages-numeriques-et-des-administrateurs-techniques-annexe_1509372123880-pdf) * [Règlment ISIMA](https://ent.uca.fr/moodle/mod/page/view.php?id=263490) diff --git a/develop_server.sh b/develop_server.sh index 53cb99f..ffe0094 100755 --- a/develop_server.sh +++ b/develop_server.sh @@ -63,7 +63,7 @@ function start_up(){ local port=$1 echo "Starting up Pelican and HTTP server" shift - $PELICAN --debug --autoreload -r $INPUTDIR -o $OUTPUTDIR -s $CONFFILE $PELICANOPTS & + $PELICAN --debug --autoreload --listen -r $INPUTDIR -o $OUTPUTDIR -s $CONFFILE $PELICANOPTS & pelican_pid=$! echo $pelican_pid > $PELICAN_PID mkdir -p $OUTPUTDIR && cd $OUTPUTDIR diff --git a/pelicanconf.py b/pelicanconf.py index b8c1b93..16bc904 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -57,7 +57,7 @@ SOCIAL = ( ( 'users-cog', '<span style="font-size:13px">CRI ISIMA/LIMOS</span>', - '/slides/cri/cri.html' + './slides/cri/cri.html' ), ( 'building', -- GitLab