An open API service indexing awesome lists of open source software.

https://github.com/ruma/ruma.dev

Ruma's website.
https://github.com/ruma/ruma.dev

matrix-org ruma rust website zola

Last synced: 3 months ago
JSON representation

Ruma's website.

Awesome Lists containing this project

README

          

# ruma.dev

This repository contains the source code for the Ruma website.

It is built using the static page generator [Zola][]. If you want to work on this side, you will
first need to [install Zola](https://www.getzola.org/documentation/getting-started/installation/).
After that, just run `zola serve` and the site will be built and served on `http://localhost:1111/`.

For more information, see [Zola's documentation][ZolaDocs].

[Zola]: https://www.getzola.org/
[ZolaDocs]: https://www.getzola.org/documentation/getting-started/directory-structure/

## License

[MIT](http://opensource.org/licenses/MIT)