Introducing tori: Add links to homepage and Codeberg mirror
This commit is contained in:
parent
9e6c674300
commit
6c4e6680ab
2 changed files with 8 additions and 8 deletions
12
posts/introducing-tori.html
generated
12
posts/introducing-tori.html
generated
|
|
@ -100,9 +100,8 @@
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
<main class="article">
|
<main class="article">
|
||||||
<p><strong>tori</strong> is a configuration management and system
|
<p><strong><a href="https://tori.jutty.dev/">tori</a></strong> is a tool
|
||||||
replication tool being rewritten with portability and idempotency in
|
to track your personal systems’ configurations and replicate them.</p>
|
||||||
mind.</p>
|
|
||||||
<p>For the past 5 months, I’ve been simultaneously using and writing it
|
<p>For the past 5 months, I’ve been simultaneously using and writing it
|
||||||
to manage my main machine’s configuration. By “manage the configuration”
|
to manage my main machine’s configuration. By “manage the configuration”
|
||||||
what I mean is keeping track of installed packages, configuration files,
|
what I mean is keeping track of installed packages, configuration files,
|
||||||
|
|
@ -294,9 +293,10 @@ implemented functionality. Still, because it is something I’ve come to
|
||||||
depend on, it has this rewarding sense of usefulness behind it.</p>
|
depend on, it has this rewarding sense of usefulness behind it.</p>
|
||||||
<p>If it sounds interesting to you, take a look. You can follow
|
<p>If it sounds interesting to you, take a look. You can follow
|
||||||
development at the main <a href="https://brew.bsd.cafe/jutty/tori">Git
|
development at the main <a href="https://brew.bsd.cafe/jutty/tori">Git
|
||||||
repository</a> in BSD.Cafe’s Git forge or through the <a
|
repository</a> in BSD.Cafe’s Git forge or through its mirrors on <a
|
||||||
href="https://github.com/jultty/tori">GitHub mirror</a>. Going forward,
|
href="https://github.com/jultty/tori">GitHub</a> and <a
|
||||||
I will also probably be talking a lot about it on my <a
|
href="https://codeberg.org/jutty/tori">Codeberg</a>. Going forward, I
|
||||||
|
will also probably be talking a lot about it on my <a
|
||||||
href="https://mastodon.bsd.cafe/@jutty">Mastodon profile</a>.</p>
|
href="https://mastodon.bsd.cafe/@jutty">Mastodon profile</a>.</p>
|
||||||
</main class="article">
|
</main class="article">
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ author: Juno Takano
|
||||||
date: June 30, 2024
|
date: June 30, 2024
|
||||||
---
|
---
|
||||||
|
|
||||||
**tori** is a configuration management and system replication tool being rewritten with portability and idempotency in mind.
|
**[tori](https://tori.jutty.dev/)** is a tool to track your personal systems' configurations and replicate them.
|
||||||
|
|
||||||
For the past 5 months, I've been simultaneously using and writing it to manage my main machine's configuration. By "manage the configuration" what I mean is keeping track of installed packages, configuration files, symlinks, and other settings that can be queried and set through command line interfaces.
|
For the past 5 months, I've been simultaneously using and writing it to manage my main machine's configuration. By "manage the configuration" what I mean is keeping track of installed packages, configuration files, symlinks, and other settings that can be queried and set through command line interfaces.
|
||||||
|
|
||||||
|
|
@ -129,5 +129,5 @@ So I decided to rewrite it with portability in mind. I am doing this rewrite in
|
||||||
|
|
||||||
tori is a bird that has just hatched, so everything is still very, very crude. At this stage, the docs often show intentions rather than implemented functionality. Still, because it is something I've come to depend on, it has this rewarding sense of usefulness behind it.
|
tori is a bird that has just hatched, so everything is still very, very crude. At this stage, the docs often show intentions rather than implemented functionality. Still, because it is something I've come to depend on, it has this rewarding sense of usefulness behind it.
|
||||||
|
|
||||||
If it sounds interesting to you, take a look. You can follow development at the main [Git repository](https://brew.bsd.cafe/jutty/tori) in BSD.Cafe's Git forge or through the [GitHub mirror](https://github.com/jultty/tori). Going forward, I will also probably be talking a lot about it on my [Mastodon profile](https://mastodon.bsd.cafe/@jutty).
|
If it sounds interesting to you, take a look. You can follow development at the main [Git repository](https://brew.bsd.cafe/jutty/tori) in BSD.Cafe's Git forge or through its mirrors on [GitHub](https://github.com/jultty/tori) and [Codeberg](https://codeberg.org/jutty/tori). Going forward, I will also probably be talking a lot about it on my [Mastodon profile](https://mastodon.bsd.cafe/@jutty).
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue