feat: added one link in the main index
This commit is contained in:
parent
482bab9948
commit
8929ba5d0d
|
@ -25,9 +25,9 @@ Deploy:
|
|||
before_script:
|
||||
- apk add openssh-client lftp
|
||||
- eval $(ssh-agent -s)
|
||||
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add -
|
||||
- mkdir -p ~/.ssh
|
||||
- chmod 700 ~/.ssh
|
||||
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add -
|
||||
- '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
|
||||
script:
|
||||
- lftp sftp://fainsil:DUMMY@ftp.perso.bde.inp-toulouse.fr -e "mirror -e -R _site www_public --exclude content ; quit"
|
||||
|
|
|
@ -10,7 +10,7 @@ layout: layout.njk
|
|||
|
||||
# whoami {data-chaffle="en"}
|
||||
|
||||
Hi, my name's Laurent Fainsin, and I'm currently an M1 engineering student at [ENSEEIHT](https://www.enseeiht.fr/) in France. I study [Computer Science](https://www.enseeiht.fr/fr/formation/formation-ingenieur/departement-sn/programme-sn.html) and this is my personnal website to showcase my work. Here is my [resume]({{ '/resume/en' | url }}) if you are professionally interested.
|
||||
Hi, my name's Laurent Fainsin, and I'm currently an M1 [engineering](https://www.francecompetences.fr/recherche/rncp/35713/) student at [ENSEEIHT](https://www.enseeiht.fr/) in France. I study [Computer Science](https://www.enseeiht.fr/fr/formation/formation-ingenieur/departement-sn/programme-sn.html) and this is my personnal website to showcase my work. Here is my [resume]({{ '/resume/en' | url }}) if you are professionally interested.
|
||||
|
||||
---
|
||||
|
||||
|
|
Reference in a new issue