feat: mention the dev chat and strip files from build

This commit is contained in:
PapaTutuWawa 2023-05-11 21:24:00 +02:00
parent 00e45d81d6
commit a69b69e517
3 changed files with 13 additions and 3 deletions

View File

@ -2,6 +2,15 @@ plugins:
- jekyll-feed - jekyll-feed
- jekyll-seo-tag - jekyll-seo-tag
exclude:
- flake.nix
- flake.lock
- input.css
- LICENSE
- pkgs
- README.md
- tailwind.config.js
# SEO information # SEO information
logo: /assets/img/logo.png logo: /assets/img/logo.png
title: Moxxy title: Moxxy
@ -14,7 +23,8 @@ permalink: /posts/:year-:month-:day-:title:output_ext
# Links that can be used everywhere # Links that can be used everywhere
sourceUrl: https://codeberg.org/moxxy/moxxy sourceUrl: https://codeberg.org/moxxy/moxxy
githubMirrorUrl: https://github.com/PapaTutuWawa/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: index:
heroText: An experimental and modern XMPP client heroText: An experimental and modern XMPP client

View File

@ -14,7 +14,7 @@ title: Developer Information
</p> </p>
<p class="pt-1 pb-4"> <p class="pt-1 pb-4">
Feel free to join the <a class="text-sky-400" href="{{ site.developerMuc }}">developer chat</a> with your favourite XMPP client. Feel free to join the <a class="text-sky-400" href="{{ site.generalMuc }}">general chat</a> or the <a class="text-sky-400" href="{{ site.developmentMuc }}">developer chat</a> with your favourite XMPP client.
</p> </p>
</div> </div>
<h1 class="text-3xl font-bold">Libraries</h1> <h1 class="text-3xl font-bold">Libraries</h1>

View File

@ -5,7 +5,7 @@
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "moxxyv2-website"; pname = "moxxyv2-website";
version = "20230507"; version = "20230511";
src = ./../.; src = ./../.;
buildInputs = [ buildInputs = [