diff options
author | Vincent Ambo <mail@tazj.in> | 2022-12-27T11·53+0300 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2022-12-28T08·17+0000 |
commit | 62e19a83216d6294b4c3469d3e05e7f0d00db69d (patch) | |
tree | 56c958536bdce4805d8b7c06cf6f0abaf6bb68a6 /web/tvl | |
parent | fe4cdff4426327be15ffa8e98f6c2b278dd9c84d (diff) |
feat(web/inbox): add landing page for inbox.tvl.su r/5515
This landing page explains how to use the public-inbox. Change-Id: I37d74decad5173ab35051970593f1d28001af2b4 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7645 Tested-by: BuildkiteCI Reviewed-by: flokli <flokli@flokli.de>
Diffstat (limited to 'web/tvl')
-rw-r--r-- | web/tvl/default.nix | 26 |
1 files changed, 18 insertions, 8 deletions
diff --git a/web/tvl/default.nix b/web/tvl/default.nix index 044d2791d68e..8bbc7d566ab7 100644 --- a/web/tvl/default.nix +++ b/web/tvl/default.nix @@ -63,6 +63,20 @@ let Feel free to explore the tech we have built so far, all our systems are linked in the footer. + ---------------- + + ## Blog + + Here are the most recent TVL blog posts. + + ${listPosts publishedPosts} + + You can also follow our [atom feed](https://tvl.fyi/feed.atom). + + ---------------- + + ## Getting in touch + We mostly hang out on IRC. You can find us in [`#tvl`][tvl-irc] on [hackint][], which is also reachable [via XMPP][hackint-xmpp] at [`#tvl@irc.hackint.org`][tvl-xmpp] (sic!) and [via @@ -78,15 +92,11 @@ let [tvl-matrix]: https://matrix.to/#/#tvl:hackint.org [tvl-webchat]: https://webirc.hackint.org/#ircs://irc.hackint.org/#tvl - ---------------- - - ## Blog - - Here are the most recent TVL blog posts. + Discussions of our software, patches, and anything else really + can also be sent to us via email to **depot@tvl.su**. You can + see the mails submitted to that list in our [public inbox][]. - ${listPosts publishedPosts} - - You can also follow our [atom feed](https://tvl.fyi/feed.atom). + [public inbox]: https://inbox.tvl.su ---------------- |