matrix.org public website
Find a file
Thibault Martin d3e775343b
Add <meta> descriptions on most pages (#1768)
* Add <meta> descriptions on most page

* Typo

Co-authored-by: Marcel <MTRNord@users.noreply.github.com>

* Remove pause mention

* Don't mention m.org in Try Matrix's meta description

---------

Co-authored-by: Marcel <MTRNord@users.noreply.github.com>
2023-05-03 18:13:10 +02:00
.github/workflows Add typos-cli config and CI job 2022-10-27 12:35:52 +02:00
content Add <meta> descriptions on most pages (#1768) 2023-05-03 18:13:10 +02:00
partials OTWSU is paused 2023-04-28 08:57:17 +02:00
sass Make the docs menu behave nicely (#1766) 2023-05-03 15:50:22 +02:00
static Use hires favicons 2023-04-29 13:54:46 +02:00
templates Add <meta> descriptions on most pages (#1768) 2023-05-03 18:13:10 +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 Fix a wrongly detected typo (#1769) 2023-05-03 18:07:16 +02:00
config.toml Change to visual studio style codeblocks 2022-10-05 16:44:22 +02: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