docs: Update homepage layout

This commit is contained in:
Jade Ellis
2025-11-22 22:41:53 +00:00
parent c1dc336c65
commit 3bf3c24d22
5 changed files with 95 additions and 44 deletions
+14 -22
View File
@@ -4,13 +4,16 @@ pageType: home
hero:
name: Continuwuity
text: A community-driven Matrix homeserver
tagline: Fast, lightweight, and written in Rust
tagline: Fast, lightweight and open
actions:
- theme: brand
text: Get Started
link: /introduction
- theme: alt
text: View on GitHub
text: Contribute on Forgejo
link: https://forgejo.ellis.link/continuwuation/continuwuity
- theme: alt
text: Star on GitHub
link: https://github.com/continuwuity/continuwuity
image:
src: /assets/logo.svg
@@ -29,31 +32,20 @@ features:
details: Multiple deployment options including Docker, NixOS, and traditional package managers.
- title: 🔌 Appservice Support
details: Bridge to other platforms like Discord, Telegram, and more with Matrix appservices.
doc: true
---
## Why continuwuity?
## What is Continuwuity?
continuwuity is the official community continuation of the [conduwuit](https://github.com/girlbossceo/conduwuit) homeserver. When the original project was archived, we forked it to ensure this excellent Rust-based Matrix homeserver continues to thrive.
Continuwuity is a Matrix homeserver.
### Our Goals
Matrix is an open chat network that lets anyone talk to anyone, no matter what server or address they use - sort of like email.
- **Maintain stability**: Provide a reliable Matrix homeserver implementation
- **Improve compatibility**: Better Matrix specification compliance
- **Fix issues**: Address bugs and performance problems from the original
- **Add features**: Implement missing capabilities requested by administrators
- **Document thoroughly**: Comprehensive guides for setup and maintenance
- **Foster community**: Create a sustainable, welcoming development environment
Continuwuity receives and keeps track of all your messages, and delivers what you send to the right people.
## Quick Links
## Why is Continuwuity different?
- **[Introduction](/introduction)** - Learn more about the project
- **[Deploying](/deploying)** - Get started with installation
- **[Configuration](/configuration)** - Configure your homeserver
- **[Contributing](/development/contributing)** - Help improve continuwuity
Continuwuity is light and fast, using a fraction of the memory of other major homeservers. It's also simple to set up, and secure by default.
## Join the Community
Have questions or want to contribute? Join us on Matrix!
- **Main Room**: [#continuwuity:continuwuity.org](https://matrix.to/#/#continuwuity:continuwuity.org?via=continuwuity.org&via=ellis.link&via=explodie.org&via=matrix.org)
- **Space**: [#space:continuwuity.org](https://matrix.to/#/#space:continuwuity.org?via=continuwuity.org&via=ellis.link&via=explodie.org&via=matrix.org)
We are a community run project, filled with diverse and friendly people. Everything is built by people who care about the project volunteering their free time.
+1 -1
View File
@@ -1,4 +1,4 @@
# continuwuity
# Continuwuity
## A community-driven [Matrix](https://matrix.org/) homeserver in Rust