diff --git a/content/_index.md b/content/_index.md index fd07237..df56f72 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,5 +1,29 @@ ++++ +menus = 'main' +title = 'Index' ++++ + # Furry Matrix Welcome to furrymatrix.info, your ressource in terms of fluffyness on [Matrix](https://matrix.org). This website is very much a work in progress, so bear with us as we add more information on here. + +If you wish to contribute, please open a PR on the [GitHub repository](https://github.com/furdation/furrymatrix.info). + +## Information + +- [What is Matrix]({{< ref "tutorials/matrix" >}}) +- [Getting started with Matrix]({{< ref "tutorials/getstarted" >}}) + +### Furry Homeservers + +| Name | Software | Registrations | Website | +| ---- | -------- | ------------- |---------| +| furry.lol | Synapse | On Request | https://furry.lol | + +### Furry Places + +| Address | Topic | +| ------- | ----- | +| #furrytech.matrix.org | Tech | diff --git a/content/tutorials/getstarted.md b/content/tutorials/getstarted.md new file mode 100644 index 0000000..d2aafd3 --- /dev/null +++ b/content/tutorials/getstarted.md @@ -0,0 +1,10 @@ ++++ +title = 'Getting started' ++++ + +Getting started with Matrix is pretty easy, but first, there's some stuff you need to know. + +## Matrix linguo + +* A MXID: your Matrix user ID, generally formatted like `@user:server.tld` which can be different from your username +* A homeserver: the server your account lives on, generally the second part of your MXID diff --git a/content/tutorials/matrix.md b/content/tutorials/matrix.md new file mode 100644 index 0000000..2c68c34 --- /dev/null +++ b/content/tutorials/matrix.md @@ -0,0 +1,5 @@ ++++ +title = 'What is Matrix' ++++ + +Matrix is an open federated instant messaging protocol originally created in 2014. diff --git a/hugo.toml b/hugo.toml index 30629c8..c6b5197 100644 --- a/hugo.toml +++ b/hugo.toml @@ -2,3 +2,6 @@ baseURL = 'https://furrymatrix.info/' languageCode = 'en-us' title = 'Furry Matrix' theme = 'risotto' + +sectionPagesMenu = 'main' +copyright = 'A Furry Tech project.'