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"
|
resolver = "2"
|
||||||
members = ["crates/app", "crates/shared", "crates/core", "crates/l10n"]
|
members = ["crates/app", "crates/shared", "crates/core", "crates/l10n"]
|
||||||
package.authors = ["trisuaso"]
|
package.authors = ["trisuaso"]
|
||||||
package.repository = "https://github.com/trisuaso/tetratto"
|
package.repository = "https://trisua.com/t/tetratto"
|
||||||
package.license = "AGPL-3.0-or-later"
|
package.license = "AGPL-3.0-or-later"
|
||||||
|
|
||||||
[profile.dev]
|
[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>
|
<p><i>Tetratto</i> is a super simple community-oriented website where users can create various communities and share posts in them!</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||

|
|
||||||

|
|
||||||

|
|
||||||
[](https://github.com/trisuaso/tetratto/blob/master/LICENSE)
|
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
|
|
||||||
Everything Tetratto needs will be built into the main binary. You can build Tetratto with the following command:
|
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>
|
<b class="title">{{ config.name }}</b>
|
||||||
|
|
||||||
<a href="https://github.com/trisuaso/tetratto">
|
<a href="https://trisua.com/t/tetratto">
|
||||||
{{ icon "code" }}
|
{{ icon "code" }}
|
||||||
<span>{{ text "general:link.source_code" }}</span>
|
<span>{{ text "general:link.source_code" }}</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a href="https://trisuaso.github.io/tetratto">
|
<!-- <a href="https://trisuaso.github.io/tetratto">
|
||||||
{{ icon "book" }}
|
{{ icon "book" }}
|
||||||
<span>{{ text "general:link.reference" }}</span>
|
<span>{{ text "general:link.reference" }}</span>
|
||||||
</a>
|
</a> -->
|
||||||
|
|
||||||
<div class="title"></div>
|
<div class="title"></div>
|
||||||
<button onclick="trigger('me::switch_account')">
|
<button onclick="trigger('me::switch_account')">
|
||||||
|
|
|
@ -107,7 +107,7 @@
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<div class="title"></div>
|
<div class="title"></div>
|
||||||
<a href="https://github.com/trisuaso/tetratto">
|
<a href="https://trisua.com/t/tetratto">
|
||||||
{{ icon "code" }}
|
{{ icon "code" }}
|
||||||
<span>View source</span>
|
<span>View source</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
console.log("🐐 tetratto - https://github.com/trisuaso/tetratto");
|
console.log("🐐 tetratto - https://trisua.com/t/tetratto");
|
||||||
|
|
||||||
// theme preference
|
// theme preference
|
||||||
function media_theme_pref() {
|
function media_theme_pref() {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
//! https://github.com/trisuaso/tetratto
|
//! https://trisua.com/t/tetratto
|
||||||
globalThis.ns_config = globalThis.ns_config || {
|
globalThis.ns_config = globalThis.ns_config || {
|
||||||
root: "/static/js/",
|
root: "/static/js/",
|
||||||
version: 0,
|
version: 0,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue