diff --git a/.env b/.env index b36eff3d113f45c50366527b4fa9d2b5d81de803..6f1968bd66dc2c6bb48092136fa59c8166982d9d 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 e7c17a97c5d8ab23dc63b0b8f1f451400d5bff0a..b64f65bf2e48a264f0eddbc65ea7bd1d22ff1801 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 88c177d60e26217392a234beec0a26020a7195b0..1ba5608ba09f0fa845b38932c416ddf0e749c3b6 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 53cb99f5c029ae98222425ae6738832d76e5e8a4..ffe0094e0ad50e198344445b7baa76cf4f09410a 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 b8c1b9357f0e1e6fb246f15aef5f9a8ea3b257fe..16bc904735affb4d07aa6bed536316a79234e891 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',