site_opytex/globalconf.py
Bertrand Benjamin 8a58f72c64
All checks were successful
continuous-integration/drone/push Build is passing
Feat: remove link to bopytex and mapytex
2020-08-16 10:23:31 +02:00

18 lines
502 B
Python

#!/usr/bin/env python
# -*- coding: utf-8 -*- #
from __future__ import unicode_literals
# Menu
MAIN_MENU = True
DISPLAY_PAGES_ON_MENU = False
DISPLAY_CATEGORIES_ON_MENU = False
MENUITEMS = [
#("Dernières modifications", SITEURL+"blog_index.html"),
("Accueil", "/"),
("Contenus de cours", "/pages/tout-sur-mes-cours.html"),
('Blog', '/blog_index.html'),
('Informatique', "/projets-informatiques.html"),
('À propos', "/pages/a-propos.html"),
]