diff --git a/content/pages/moi.md b/content/pages/moi.md index 20abdb728ed0fff84ed99e6bb96ffcf267382d23..a36f71f254d89a07daaca783e954d878cb46e323 100644 --- a/content/pages/moi.md +++ b/content/pages/moi.md @@ -4,18 +4,6 @@ Category: <i class="fa fa-briefcase" aria-hidden="true"></i> à propos save_as: index.html -<div class="panel panel-primary"> - <div class="panel-heading"> - <h3 class="panel-title">contact</h3> - </div> - <div class="panel-body"> - <ul> - <li><i class="fa fa-building-o"></i> Bureau A115 - 1ère étage</li> - <li><i class="fa fa-phone"></i> 04 73 40 50 27</li> - <li><i class="fa fa-envelope-o"></i> vincent.mazenod@isima.fr</li> - </ul> -</div> - Je suis ingénieur d'études [CNRS](http://www.cnrs.fr) depuis 2002. J'ai intégré le [LIMOS](https://limos.isima.fr/) en juillet 2016. diff --git a/pelicanconf.py b/pelicanconf.py index f0b2478dedf5e7e4dfc56237e8613be34b3bab48..6585f0f73c52329f6c6313d0f9519ecc08114096 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -28,9 +28,14 @@ LINKS = ( SOCIAL = ( ( - 'gitlab', - 'gitlab.isima.fr', - 'https://gitlab.isima.fr/mazenovi' + 'building-o', + '<span style="font-size:13px">Bureau A115 - 1<sup>ère</sup> étage</span>', + '#' + ), + ( + 'phone', + '04 73 40 50 27', + '#' ), ( 'envelope-o', @@ -41,10 +46,17 @@ SOCIAL = ( 'key', 'clé publique PGP', 'pages/pgp.html' + ), + ( + 'gitlab', + 'gitlab.isima.fr', + 'https://gitlab.isima.fr/mazenovi' ) ) -# INDEX_SAVE_AS = 'blog.html' +INDEX_SAVE_AS = 'index.html' +PAGE_SAVE_AS = '{slug}.html' +PAGE_URL = '{slug}.html' # INDEX_LABEL = '<i class="fa fa-lightbulb-o" aria-hidden="true"></i> Blog' # HIDE_SIDEBAR = 'true'