diff --git a/.gitignore b/.gitignore index 73c8a34..a8414c4 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ content/Enseignements/2* __pycache__ *.pid venv/ +.vim/ diff --git a/globalconf.py b/globalconf.py index 2b4a4d4..270ea35 100644 --- a/globalconf.py +++ b/globalconf.py @@ -10,9 +10,8 @@ MENUITEMS = [ #("Dernières modifications", SITEURL+"blog_index.html"), ("Accueil", "/"), ("Contenus de cours", "/pages/tout-sur-mes-cours.html"), - ('blog', '/blog_index.html'), - ('Opytex', "/opytex/"), - ("pyMath", "/pymath/"), + ('Blog', '/blog_index.html'), + ('Informatique', "/projets-informatiques.html"), ('À propos', "/pages/a-propos.html"), ]