chore: finish moving repo
Some checks failed
Docs / Rustdoc (push) Has been cancelled
Docs / Pages (push) Has been cancelled

This commit is contained in:
trisua 2025-05-03 19:30:46 -04:00
parent 59cfec4819
commit d4ae9eb274
6 changed files with 7 additions and 12 deletions

View file

@ -2,7 +2,7 @@
resolver = "2"
members = ["crates/app", "crates/shared", "crates/core", "crates/l10n"]
package.authors = ["trisuaso"]
package.repository = "https://github.com/trisuaso/tetratto"
package.repository = "https://trisua.com/t/tetratto"
package.license = "AGPL-3.0-or-later"
[profile.dev]

View file

@ -3,11 +3,6 @@
<p><i>Tetratto</i> is a super simple community-oriented website where users can create various communities and share posts in them!</p>
</div>
!["Docs" workflow badge](https://github.com/trisuaso/tetratto/workflows/Docs/badge.svg)
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/trisuaso/tetratto)
![GitHub last commit](https://img.shields.io/github/last-commit/trisuaso/tetratto)
[![GitHub License](https://img.shields.io/github/license/trisuaso/tetratto)](https://github.com/trisuaso/tetratto/blob/master/LICENSE)
# Usage
Everything Tetratto needs will be built into the main binary. You can build Tetratto with the following command:

View file

@ -1027,15 +1027,15 @@ grouped=false) -%}
<b class="title">{{ config.name }}</b>
<a href="https://github.com/trisuaso/tetratto">
<a href="https://trisua.com/t/tetratto">
{{ icon "code" }}
<span>{{ text "general:link.source_code" }}</span>
</a>
<a href="https://trisuaso.github.io/tetratto">
<!-- <a href="https://trisuaso.github.io/tetratto">
{{ icon "book" }}
<span>{{ text "general:link.reference" }}</span>
</a>
</a> -->
<div class="title"></div>
<button onclick="trigger('me::switch_account')">

View file

@ -107,7 +107,7 @@
</a>
<div class="title"></div>
<a href="https://github.com/trisuaso/tetratto">
<a href="https://trisua.com/t/tetratto">
{{ icon "code" }}
<span>View source</span>
</a>

View file

@ -1,4 +1,4 @@
console.log("🐐 tetratto - https://github.com/trisuaso/tetratto");
console.log("🐐 tetratto - https://trisua.com/t/tetratto");
// theme preference
function media_theme_pref() {

View file

@ -1,4 +1,4 @@
//! https://github.com/trisuaso/tetratto
//! https://trisua.com/t/tetratto
globalThis.ns_config = globalThis.ns_config || {
root: "/static/js/",
version: 0,