From 04a647c40a045aa51cdb61fbf9f4eed5dad06a5d Mon Sep 17 00:00:00 2001 From: mazenovi <vmazenod@gmail.com> Date: Mon, 27 Nov 2017 21:30:52 +0100 Subject: [PATCH] fix index with navigation --- content/pages/moi.md | 12 ------------ pelicanconf.py | 20 ++++++++++++++++---- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/content/pages/moi.md b/content/pages/moi.md index 20abdb7..a36f71f 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 f0b2478..6585f0f 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' -- GitLab