matrix.org public website
Find a file
2023-06-16 09:11:05 +01:00
.github/workflows Update zola CI job 2023-06-15 14:30:36 +02:00
content Update well-known, policy docs, and minor tweaks (#1829) 2023-06-14 17:54:37 +02:00
partials OTWSU is paused 2023-04-28 08:57:17 +02:00
sass Update well-known, policy docs, and minor tweaks (#1829) 2023-06-14 17:54:37 +02:00
static Merge pull request #1830 from matrix-org/zola-headers-redirects 2023-06-15 11:19:57 +01:00
templates Update well-known, policy docs, and minor tweaks (#1829) 2023-06-14 17:54:37 +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 Update well-known, policy docs, and minor tweaks (#1829) 2023-06-14 17:54:37 +02:00
build.sh Make prod builds work 2023-06-16 09:11:05 +01:00
config.toml Update base_url 2023-06-14 09:35:58 +01:00
navigation.toml Fix the github link in the footer 2023-04-28 12:52:00 +02:00
README.md Publish a basic README 2023-04-28 09:23:31 +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.

To discuss maintenance of this site, please come talk to the team in #matrix.org-website:matrix.org.

Building the website

Install 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