feat: mention the dev chat and strip files from build
This commit is contained in:
parent
00e45d81d6
commit
a69b69e517
12
_config.yml
12
_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
|
||||
|
@ -14,7 +14,7 @@ title: Developer Information
|
||||
</p>
|
||||
|
||||
<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>
|
||||
</div>
|
||||
<h1 class="text-3xl font-bold">Libraries</h1>
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
stdenv.mkDerivation {
|
||||
pname = "moxxyv2-website";
|
||||
version = "20230507";
|
||||
version = "20230511";
|
||||
src = ./../.;
|
||||
|
||||
buildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user