matrix.org public website
Go to file
Thibault Martin 5e67b58ea4
Crossroads blog post (#2642)
* Publish crossroads blog post

* Add "more" anchor

* Update slug

* Markdown typo

* Update content/blog/2025/02/2025-02-20-crossroads.md

Co-authored-by: Kim Brose <2803622+HarHarLinks@users.noreply.github.com>

* Remove unnecessary white space

Co-authored-by: Kim Brose <2803622+HarHarLinks@users.noreply.github.com>

* Language!

Co-authored-by: Kim Brose <2803622+HarHarLinks@users.noreply.github.com>

---------

Co-authored-by: Kim Brose <2803622+HarHarLinks@users.noreply.github.com>
2025-02-20 16:01:22 +01:00
.github/workflows Upgrade zola 2024-06-08 15:23:42 +02:00
content Crossroads blog post (#2642) 2025-02-20 16:01:22 +01:00
partials OTWSU is paused 2023-04-28 08:57:17 +02:00
sass Add css for anchors in the blog 2024-12-13 14:18:27 +01:00
static Add twim 2025-02-14 2025-02-14 19:08:19 +01:00
templates Set width and height on the images in the footer to reduce the layout shift 2024-09-26 17:53:11 +02:00
.editorconfig New site preview CI job 2022-10-06 10:46:32 +02:00
.gitignore Ignore the gatsby folder for the sake of simplicity 2023-01-25 13:58:58 +01:00
.typos.toml Ignore post in typos since it contains german 2025-02-14 16:23:18 +01:00
CONTRIBUTING.md add CONTRIBUTING.md 2024-07-22 15:41:35 -07: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
README.md Replace dead url in README.md with archive link 2025-02-03 11:48:34 +01:00
build.sh Make prod builds work 2023-06-16 09:11:05 +01:00
config.toml oops 2024-10-31 12:07:33 +00:00
navigation.toml Add elections page to a dropdown in the navigationbar 2024-05-16 11:51:29 +02:00

README.md

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.

To discuss maintenance of this site, please come talk to the team 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