chore: finish moving repo
This commit is contained in:
parent
59cfec4819
commit
d4ae9eb274
6 changed files with 7 additions and 12 deletions
|
@ -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]
|
||||
|
|
|
@ -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>
|
||||
|
||||

|
||||

|
||||

|
||||
[](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:
|
||||
|
|
|
@ -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')">
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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() {
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue