matrix.org public website
Find a file
Jack S. 1fed5ce344
Update: Add Extera Next client (#3057)
* Update: Add Extera next client

Signed-off-by: Jack S. <181536874+awtj8o81ryywg793@users.noreply.github.com>

* Add Extera Next client logo

Signed-off-by: Jack S. <181536874+awtj8o81ryywg793@users.noreply.github.com>

* Update maturity of Extera Next client

Signed-off-by: Jack S. <181536874+awtj8o81ryywg793@users.noreply.github.com>

* Clear latest_release for Extera Next client

Signed-off-by: Jack S. <181536874+awtj8o81ryywg793@users.noreply.github.com>

* Add extra.packages to Extera next client

Signed-off-by: Jack S. <181536874+awtj8o81ryywg793@users.noreply.github.com>

* Update Extera Next client logo

Signed-off-by: Jack S. <181536874+awtj8o81ryywg793@users.noreply.github.com>

* Add extera-next.svg.license

Signed-off-by: Jack S. <181536874+awtj8o81ryywg793@users.noreply.github.com>

* Update repository URL for Extera Next client

Signed-off-by: Jack S. <181536874+awtj8o81ryywg793@users.noreply.github.com>

---------

Signed-off-by: Jack S. <181536874+awtj8o81ryywg793@users.noreply.github.com>
2026-01-10 20:42:04 +01:00
.github Update rumdl to v0.0.208 (#3126) 2026-01-05 14:13:43 +00:00
.well-known add https://floss.fund funding.json (#2660) 2025-03-28 16:15:38 +01:00
content Update: Add Extera Next client (#3057) 2026-01-10 20:42:04 +01:00
LICENSES add license information of the element logo used 2025-12-18 15:59:30 +01:00
partials Simplify PR template, introduce MD linter (#3051) 2025-12-09 14:26:51 +01:00
sass update GB bylaws and add working group charters (#2986) 2026-01-08 22:12:44 +00:00
static Fix: Set width and height attributes for the SVG (#3122) 2025-12-25 10:45:05 +00:00
templates update GB bylaws and add working group charters (#2986) 2026-01-08 22:12:44 +00:00
.editorconfig New site preview CI job 2022-10-06 10:46:32 +02:00
.gitignore Add distributions page (#2907) 2025-09-26 14:55:53 +02:00
.rumdl.toml enable linting MD031 blank lines around code fences (#3133) 2026-01-05 20:09:00 +00:00
.typos.toml Fix typo in .typos.toml comment (#3066) 2025-12-09 14:29:14 +01:00
build.sh Make prod builds work 2023-06-16 09:11:05 +01:00
config.toml Update: Add banner message for upcoming hackathon (#3081) 2025-12-16 12:25:39 +00:00
CONTENT.md enable linting MD031 blank lines around code fences (#3133) 2026-01-05 20:09:00 +00:00
CONTRIBUTING.md reorder sections 2025-11-07 15:11:46 +00:00
LICENSE-Apache-2.0 License our work (#2217) 2024-03-14 16:06:47 +01:00
LICENSE-CC-BY-SA License our work (#2217) 2024-03-14 16:06:47 +01:00
LICENSE.md License our work (#2217) 2024-03-14 16:06:47 +01:00
navigation.toml Replace Twitter link in footer with BlueSky social (#3107) 2025-12-19 18:17:47 +01:00
README.md Simplify PR template, introduce MD linter (#3051) 2025-12-09 14:26:51 +01:00
taxonomy.toml Blog categories update and related misc fixes (#2724) 2025-05-23 12:28:04 +02:00

Matrix.org Website

If you want to contribute to the website, make sure the problem you're trying to fix or the feature you want to implement has been discussed in our issue tracker and that we are interested in reviewing and merging such a contribution.

We are self-documenting our processes in CONTRIBUTING.md and how to write content for the website in CONTENT.md.

To discuss maintenance of this site, please come talk to us, the Website & Content Working Group, in #matrix.org-website:matrix.org.

Cloning the Repository

Due to historic growth and media the repository is quite large. Therefor we suggest the usage of --filter=blob:none when doing a fresh clone:

git clone --filter=blob:none git@github.com:matrix-org/matrix.org.git

This allows to only fetch the actually needed things from the git repository instead of all of the (at the time of writing) 1.18GiB of data. With this command at the time of writing this reduces the downloaded data to just 612MiB.

For more information on this please check out these 2 articles which also explain why --depth=1 is not ideal and which implications this has:

Building the website

Install the latest version of Zola, clone the repo, and from the root of the repo type

zola serve

Zola will build the website and start a web server, usually at http://127.0.0.1:1111