diff --git a/pelicanconf.py b/pelicanconf.py index dc71134cee8be0b4dcf7e3d9ad4089a6a5a90652..d7cd60169e31c686bf02aca94af08a8fb882177b 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -7,6 +7,8 @@ from pelican_theme_teckids.pelicanconf import * SITENAME = "Hack'n'Fun" SITELOGO = f'{SITEURL}/theme/artwork/banner-hacknfun.svg' +GITWEB_BASE = "https://edugit.org/hacknfun/hacknfun.camp/-/tree/master" + MENUITEMS += [ ('Freizeiten', 'pages/freizeiten.html'), ('Mitmach-Sessions','pages/mitmach-sessions.html'),