matrix.org public website
Find a file
Thibault Martin e5a4b4ea76
License our work (#2217)
* Create LICENSE.md

* Remove Appendix and file extension from LICENSE

* Put content under CC BY-SA license

* Use two license files
2024-03-14 16:06:47 +01:00
.github/workflows ok fine, delete the file 2023-12-26 12:08:28 -07:00
content Add windows download link to kazv (#2227) 2024-03-14 16:06:22 +01:00
partials OTWSU is paused 2023-04-28 08:57:17 +02:00
sass Merge branch 'main' into staff 2024-02-26 13:02:09 -08:00
static Publish TWIM 20240301 (#2224) 2024-03-01 20:42:20 +01:00
templates Add cachebursting to the css and js 2024-02-27 17:15:42 +01: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 Publish TWIM 20231124 (#2096) 2023-11-24 20:55:18 +01:00
build.sh Make prod builds work 2023-06-16 09:11:05 +01:00
config.toml Add title and description in feeds (#1896) 2023-06-27 16:08:50 +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 Unify CTA style on the front page and add Support CTAs (#2087) 2023-12-21 18:11:55 +01:00
README.md License our work (#2217) 2024-03-14 16:06:47 +01: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 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