Add tags with Octothorpe and RSS support
This commit is contained in:
parent
e2cf92a9dd
commit
da7ca76ed5
19 changed files with 333 additions and 73 deletions
|
|
@ -2,6 +2,9 @@
|
|||
title = "Introducing tori"
|
||||
date = 2024-06-30
|
||||
aliases = ["posts/introducing-tori.html"]
|
||||
|
||||
[taxonomies]
|
||||
tags = [ "tori", "programming", "operating-systems" ]
|
||||
+++
|
||||
|
||||
**[tori](https://tori.jutty.dev/)** is a tool to track your personal systems' configurations and replicate them.
|
||||
|
|
@ -61,20 +64,20 @@ I mentioned a `base` directory. This is what a sample tori directory would look
|
|||
```
|
||||
.
|
||||
├── base
|
||||
│ ├── dhcpcd.conf
|
||||
│ ├── kernel-cmd-line.conf
|
||||
│ ├── packages
|
||||
│ └── vars.sh
|
||||
│ ├── dhcpcd.conf
|
||||
│ ├── kernel-cmd-line.conf
|
||||
│ ├── packages
|
||||
│ └── vars.sh
|
||||
├── .bkp
|
||||
│ ├── canonical
|
||||
│ │ ├── etc
|
||||
│ │ └── opt
|
||||
│ └── ephemeral
|
||||
│ └── etc
|
||||
│ ├── canonical
|
||||
│ │ ├── etc
|
||||
│ │ └── opt
|
||||
│ └── ephemeral
|
||||
│ └── etc
|
||||
├── src
|
||||
│ ├── checks.sh
|
||||
│ ├── copy.sh
|
||||
│ └── get.sh
|
||||
│ ├── checks.sh
|
||||
│ ├── copy.sh
|
||||
│ └── get.sh
|
||||
└── strap
|
||||
```
|
||||
|
||||
|
|
@ -129,5 +132,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/tori/tori) in BSD.Cafe's Git forge or through its mirrors on [GitHub](https://github.com/tori-nest/tori) and [Codeberg](https://codeberg.org/tori/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 repository at Codeberg](https://codeberg.org/tori/tori) or through its mirrors on [GitHub](https://github.com/tori-nest/tori) and [elsewhere](https://tori.jutty.dev/code). 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