Commit b49ddf061933c1ea2cbc8c43fffc5fc67d430867

Authored by Louis-Claude Canon
1 parent 9743e5741b

Cleaner web site and deployment script

Showing 2 changed files with 7 additions and 3 deletions Side-by-side Diff

1 1 deploy:
2   - scp -r www/* lccanon@lifc-home.univ-fcomte.fr:public_html/
  2 + rsync --recursive --copy-links --times --perms --progress www/* \
  3 + lccanon@lifc-home.univ-fcomte.fr:public_html/
www/talk.html View file @ b49ddf0
... ... @@ -8,9 +8,12 @@
8 8 <body>
9 9 <p>Liste des séminaires :</p>
10 10 <li>
11   - <ul>Git : <a href="git.md">Markdown</a>, <a href="git.html">HTML</a>, <a href="git.pdf">PDF</a></ul>
  11 + <ul>Git : <a href="slides/git.md">Markdown</a>,
  12 + <a href="slides/git.html">HTML</a>,
  13 + <a href="slides/git.pdf">PDF</a></ul>
12 14 <ul>C11/C++11</ul>
13   - <ul>Dépôt APP : <a href="http://doodle.com/7izxzcye3wmv2eeh">doodle</a></ul>
  15 + <ul>Dépôt APP :
  16 + <a href="http://doodle.com/7izxzcye3wmv2eeh">doodle</a></ul>
14 17 </li>
15 18 </body>
16 19 </html>