Enable support for custom HTML in riot-web homepage

* Add default template file for homepage HTML
* Add default riot-web config options for homepage
This commit is contained in:
anadahz
2018-12-11 13:48:54 +00:00
parent cb874da1f7
commit 57bfb970a9
4 changed files with 325 additions and 4 deletions

View File

@ -323,6 +323,17 @@ matrix_riot_web_roomdir_servers: ['matrix.org']
matrix_riot_web_welcome_user_id: "@riot-bot:matrix.org"
# Riot home.html customizations
# Default home.html template file
matrix_riot_web_homepage_template: "{{ role_path }}/templates/riot-web/home.html.j2"
# Show general discussion about Matrix and Riot row
matrix_riot_web_homepage_template_general: true
# Show Matrix technical discussions row
matrix_riot_web_homepage_template_technical: true
# Show building services on Matrix row
matrix_riot_web_homepage_template_building: true
# Show contributing code to Matrix and Riot row
matrix_riot_web_homepage_template_contributing: true
# Matrix mautrix is a Matrix <-> Telegram bridge
# Enable telegram bridge