Skip to content
Snippets Groups Projects
Verified Commit eb690978 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Add python-bigbluebutton2 to menu

parent 58eff79b
Branches
No related tags found
No related merge requests found
Pipeline #2509 passed
AUTHOR = 'The InfraBlue Team'
SITENAME = 'InfraBlue'
SITESUBTITLE = 'Material design frontend and server manager for BigBlueButton'
SIDEBAR_DIGEST = 'Material design frontend and server manager for BigBlueButton'
SITEURL = 'infrablue.edugit.io'
SIDEBAR_DIGEST = SITESUBTITLE
PATH = 'content'
OUTPUT_PATH = 'public'
......@@ -19,19 +18,10 @@ TRANSLATION_FEED_ATOM = None
AUTHOR_FEED_ATOM = None
AUTHOR_FEED_RSS = None
# Blogroll
LINKS = ()
MENU_ITEMS = (
("Home", SITEURL),
MENUITEMS = (
("python-bigbluebutton2", "https://infrablue.edugit.io/python-bigbluebutton2/docs/html/"),
)
DISPLAY_PAGES_ON_MENU = True
# Social widget
# SOCIAL = (('You can add links in your config file', '#'),
# ('Another social link', '#'),)
DEFAULT_PAGINATION = False
# Uncomment following line if you want document-relative URLs when developing
RELATIVE_URLS = True
......@@ -43,8 +33,6 @@ THEME = 'themes/blue'
SITETITLE = f'{SITENAME}'
SITECOVER = None
MAIN_MENU = True
PLUGIN_PATHS = ["plugins"]
PLUGINS = ['sitemap']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment