From f63b36c80f7df4ebfd9e6c9399f68e877319c5e8 Mon Sep 17 00:00:00 2001 From: Eduard T Date: Sat, 6 Apr 2024 03:00:29 -0500 Subject: [PATCH] (several-post-update): add excerpts. --- _posts/2024-01-23-my-move-to-wayland-it-s-finally-ready.md | 3 +-- ...introducing-rusnapshot-handy-btrfs-snapshot-tool-in-rust.md | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/_posts/2024-01-23-my-move-to-wayland-it-s-finally-ready.md b/_posts/2024-01-23-my-move-to-wayland-it-s-finally-ready.md index a71ebb5..80487bc 100644 --- a/_posts/2024-01-23-my-move-to-wayland-it-s-finally-ready.md +++ b/_posts/2024-01-23-my-move-to-wayland-it-s-finally-ready.md @@ -8,10 +8,9 @@ author: edu4rdshl image: path: /wayland-gnome.png alt: Wayland and Gnome. Image by itsfoss.com +excerpt: I was a Wayland detractor, had very bad experiences with it in the past, but I decided to give it a try again, and it's time to say goodbye to Xorg. --- -I was a Wayland detractor, had very bad experiences with it in the past, but I decided to give it a try again, and it's time to say goodbye to Xorg. - ## My past experiences with Wayland I tried Wayland for the first time in 2016, I was using ArchLinux, tried to create a Wayland setup using Sway on my Intel laptop. The remnants of that setup, can still be found in my [GitHub repo](https://github.com/Edu4rdSHL/linuxscripts/tree/8acc4a6bff033db7291d701169beb8d5c278f3eb/user-config). diff --git a/_posts/2024-02-06-introducing-rusnapshot-handy-btrfs-snapshot-tool-in-rust.md b/_posts/2024-02-06-introducing-rusnapshot-handy-btrfs-snapshot-tool-in-rust.md index 93295bb..7af8170 100644 --- a/_posts/2024-02-06-introducing-rusnapshot-handy-btrfs-snapshot-tool-in-rust.md +++ b/_posts/2024-02-06-introducing-rusnapshot-handy-btrfs-snapshot-tool-in-rust.md @@ -8,10 +8,9 @@ author: edu4rdshl image: path: /rusnapshot.jpeg alt: Rusnapshot logo, generated by Google Bard +excerpt: Rusnapshot is a handy tool to manage Btrfs snapshots, written in Rust. --- -Rusnapshot is a handy tool to manage Btrfs snapshots, written in Rust. - ## Motivation I've been using Btrfs for a long time, and of course I use snapshots a lot, but I always felt that the tools available for managing snapshots were not very flexible, some of the limitations I found were: hardcoded snapshot's path, allow to take snapshots of certain subvolumes only, not centralized metadata for easily managing snapshots across multiple computers, etc. So, I decided to create a tool that would make my life easier, and that's how Rusnapshot was born.