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 = [