From 6c4e6680abf0840f501ee712ce813d978226431a Mon Sep 17 00:00:00 2001 From: jultty Date: Mon, 8 Jul 2024 17:24:12 -0300 Subject: [PATCH] Introducing tori: Add links to homepage and Codeberg mirror --- posts/introducing-tori.html | 12 ++++++------ posts/md/introducing-tori.md | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/posts/introducing-tori.html b/posts/introducing-tori.html index 5d6f8a2..b5c9037 100644 --- a/posts/introducing-tori.html +++ b/posts/introducing-tori.html @@ -100,9 +100,8 @@
-

tori is a configuration management and system -replication tool being rewritten with portability and idempotency in -mind.

+

tori 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, @@ -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.

If it sounds interesting to you, take a look. You can follow development at the main Git -repository in BSD.Cafe’s Git forge or through the GitHub mirror. Going forward, -I will also probably be talking a lot about it on my in BSD.Cafe’s Git forge or through its mirrors on GitHub and Codeberg. Going forward, I +will also probably be talking a lot about it on my Mastodon profile.

diff --git a/posts/md/introducing-tori.md b/posts/md/introducing-tori.md index c3d8b68..2f2bd39 100644 --- a/posts/md/introducing-tori.md +++ b/posts/md/introducing-tori.md @@ -4,7 +4,7 @@ author: Juno Takano 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. @@ -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. -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).