matrix.org public website
Find a file
HarHarLinks d2015b8167 create subpage about the room directory
Signed-off-by: HarHarLinks <2803622+HarHarLinks@users.noreply.github.com>
2025-10-24 13:08:25 +02:00
.github Update .github/CODEOWNERS to use the new legal team 2025-09-26 15:00:41 +02:00
.well-known add https://floss.fund funding.json (#2660) 2025-03-28 16:15:38 +01:00
content create subpage about the room directory 2025-10-24 13:08:25 +02:00
partials OTWSU is paused 2023-04-28 08:57:17 +02:00
sass Revamp support & membership (#2725) 2025-10-07 08:53:08 +02:00
static add twim 2025-10-10 (#2953) 2025-10-10 19:56:40 +02:00
templates How it works: Make Alice's message consistent 2025-10-18 23:31:40 +02: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
.typos.toml add TWIM 2025-09-05 (#2906) 2025-09-05 19:35:37 +02:00
build.sh Make prod builds work 2023-06-16 09:11:05 +01:00
config.toml Update conference state to VOD 2025-10-21 09:59:07 +02:00
CONTENT.md Merge pull request #2924 from matrix-org/HarHarLinks/servers-website-button 2025-09-26 14:57:26 +02:00
CONTRIBUTING.md Add the Website Review & Publishing Policy (#2914) 2025-09-25 16:10:16 +02: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 Add Authors and Categories to Blog nav (#2936) 2025-09-29 09:41:46 +02:00
README.md link CONTRIBUTING and CONTENT in README 2025-09-08 22:55:03 +02: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