website/_config.yml

84 lines
2.4 KiB
YAML
Raw Permalink Normal View History

2023-01-25 18:25:04 +00:00
plugins:
- jekyll-feed
- jekyll-seo-tag
exclude:
- flake.nix
- flake.lock
- input.css
- LICENSE
- pkgs
- README.md
- tailwind.config.js
2023-01-25 18:25:04 +00:00
# SEO information
logo: /assets/img/logo.png
title: Moxxy
url: "https://moxxy.org"
tagline: A modern XMPP client
locale: en_GB
2023-01-24 17:20:04 +00:00
permalink: /posts/:year-:month-:day-:title:output_ext
2023-01-25 18:25:04 +00:00
# Links that can be used everywhere
2023-01-24 17:20:04 +00:00
sourceUrl: https://codeberg.org/moxxy/moxxy
githubMirrorUrl: https://github.com/PapaTutuWawa/moxxy
generalMuc: xmpp:moxxy@muc.moxxy.org?join
developmentMuc: xmpp:dev@muc.moxxy.org?join
2023-01-24 17:20:04 +00:00
index:
heroText: An experimental and modern XMPP client
mainScreenshotUrl: /assets/img/screenshots/1.png
screenshots:
- /assets/img/screenshots/1.png
- /assets/img/screenshots/2.png
badges:
codeberg:
url: https://codeberg.org/moxxy/moxxy/releases/latest
izzy:
url: https://apt.izzysoft.de/fdroid/index/apk/org.moxxy.moxxyv2
features:
- End-to-End encryption using OMEMO
- Stickers
- Reactions
- Retract messages
- Voice messages
- Swipe-to-quote
- Chat background images
- Optional privacy-preserving integration with phone contacts
- Open-Source
developers:
libraries:
- name: moxxmpp
desc: XMPP library written in Dart
specific: false
url: https://codeberg.org/moxxy/moxxmpp
- name: moxdns
desc: DNS SRV resolver for Flutter
specific: true
url: https://codeberg.org/moxxy/moxdns
- name: moxlib
desc: Shared functions for Moxxy-specific projects
specific: true
url: https://codeberg.org/moxxy/moxlib
- name: moxplatform
desc: Platform-specific code
specific: true
url: https://codeberg.org/moxxy/moxplatform
- name: omemo_dart
desc: Implementation of the cryptography for OMEMO 0.8.3 with a high-level interface
specific: false
url: https://codeberg.org/PapaTutuWawa/omemo_dart
customXeps:
- name: Extensible File Thumbnails
desc: Provide an extensible way of specifying thumbnails that are neccessarily binary data
url: https://codeberg.org/moxxy/custom-xeps/src/branch/master/xep-xxxx-extensible-file-thumbnails.md
- name: File Upload Notification
desc: Allow communicating that an OOB file upload is currently running to improve the consistency of the conversation
url: https://codeberg.org/moxxy/custom-xeps/src/branch/master/xep-xxxx-file-upload-notification.md