mirror of
https://github.com/matrix-org/matrix.org.git
synced 2026-01-16 23:13:50 +00:00
* Announce Matrix Conference 2025 Signed-off-by: Thib <thib@ergaster.org> * Remove unnecessary link Co-authored-by: Kim Brose <2803622+HarHarLinks@users.noreply.github.com> * Add description on the picture and remove the backslashes before the exclammation marks Signed-off-by: Thib <thib@ergaster.org> * Swp the banner of the GB for the Conference CfP one Signed-off-by: Thib <thib@ergaster.org> * Add an option for the CfP link Signed-off-by: Thib <thib@ergaster.org> * Add full explicit link to the 2025 CfP Co-authored-by: Kim Brose <2803622+HarHarLinks@users.noreply.github.com> * Add Element as Anchor sponsor Signed-off-by: Thib <thib@ergaster.org> * Update config.toml Co-authored-by: Kim Brose <2803622+HarHarLinks@users.noreply.github.com> --------- Signed-off-by: Thib <thib@ergaster.org> Co-authored-by: Kim Brose <2803622+HarHarLinks@users.noreply.github.com>
53 lines
1.6 KiB
TOML
53 lines
1.6 KiB
TOML
# The URL the site will be built for
|
|
base_url = "https://matrix.org"
|
|
|
|
title = "Matrix.org"
|
|
description = "The Matrix.org Foundation"
|
|
|
|
# Whether to automatically compile all Sass files in the sass directory
|
|
compile_sass = true
|
|
|
|
# Whether to build a search index to be used later on by a JavaScript library
|
|
build_search_index = false
|
|
|
|
default_language = "en"
|
|
|
|
generate_feeds = true
|
|
feed_filenames = ["atom.xml", "rss.xml"]
|
|
|
|
taxonomies = [
|
|
{ name = "author", feed = false, paginate_by = 10 },
|
|
{ name = "category", feed = true, paginate_by = 10 },
|
|
]
|
|
|
|
[markdown]
|
|
# Whether to do syntax highlighting
|
|
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
|
|
highlight_code = true
|
|
highlight_theme = "visual-studio-dark"
|
|
|
|
[link_checker]
|
|
skip_prefixes = [
|
|
# This page is not a real page. You need to open https://circu.li/fdroid/repo/index-v1.json for a response
|
|
"https://circu.li/fdroid/",
|
|
]
|
|
|
|
skip_anchor_prefixes = [
|
|
# Spec page does not have anchors in the html it seems. (Probably loading using js.) This causes a false positive
|
|
"https://spec.matrix.org/v1.3/changelog/",
|
|
]
|
|
|
|
[extra]
|
|
banner = true
|
|
|
|
# Possible states: "cfp", "awaiting_schedule", "scheduled", "no_tickets", "live", "watch-recordings", "none"
|
|
# None is used when elections instead are used
|
|
conference_state = "cfp"
|
|
|
|
conference_website = "https://2025.matrix.org"
|
|
conference_cfp = "https://cfp.2025.matrix.org/matrix-conf-2025/cfp"
|
|
conference_dates = "Oct 15-18"
|
|
conference_location = "Strasbourg, France"
|
|
|
|
governing_board_elections = true
|
|
governing_board_elections_page = "/foundation/governing-board-elections/2025/"
|