From a69b69e517d14cd4e21b7688bd08c4882f3184a5 Mon Sep 17 00:00:00 2001
From: "Alexander \"PapaTutuWawa"
Date: Thu, 11 May 2023 21:24:00 +0200
Subject: [PATCH] feat: mention the dev chat and strip files from build
---
_config.yml | 12 +++++++++++-
developers.html | 2 +-
pkgs/website.nix | 2 +-
3 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/_config.yml b/_config.yml
index 2682171..503e388 100644
--- a/_config.yml
+++ b/_config.yml
@@ -2,6 +2,15 @@ plugins:
- jekyll-feed
- jekyll-seo-tag
+exclude:
+ - flake.nix
+ - flake.lock
+ - input.css
+ - LICENSE
+ - pkgs
+ - README.md
+ - tailwind.config.js
+
# SEO information
logo: /assets/img/logo.png
title: Moxxy
@@ -14,7 +23,8 @@ permalink: /posts/:year-:month-:day-:title:output_ext
# Links that can be used everywhere
sourceUrl: https://codeberg.org/moxxy/moxxy
githubMirrorUrl: https://github.com/PapaTutuWawa/moxxy
-developerMuc: xmpp:moxxy@muc.moxxy.org?join
+generalMuc: xmpp:moxxy@muc.moxxy.org?join
+developmentMuc: xmpp:dev@muc.moxxy.org?join
index:
heroText: An experimental and modern XMPP client
diff --git a/developers.html b/developers.html
index 5853ac7..0152ccd 100644
--- a/developers.html
+++ b/developers.html
@@ -14,7 +14,7 @@ title: Developer Information
- Feel free to join the developer chat with your favourite XMPP client.
+ Feel free to join the general chat or the developer chat with your favourite XMPP client.
Libraries
diff --git a/pkgs/website.nix b/pkgs/website.nix
index 119786d..5166d41 100644
--- a/pkgs/website.nix
+++ b/pkgs/website.nix
@@ -5,7 +5,7 @@
stdenv.mkDerivation {
pname = "moxxyv2-website";
- version = "20230507";
+ version = "20230511";
src = ./../.;
buildInputs = [