From e1c5bcb98584d03b7af6d6f1561b80d2241ad782 Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Fri, 21 Feb 2025 23:20:43 +0200 Subject: Preapring for going live. Changes to be committed: modified: .gitignore modified: content/about.md new file: content/posts/Generating Functions.md new file: content/posts/Void Linux - A Comfy Guide.md modified: content/posts/_index.md renamed: content/posts/code_test.md -> content/posts/code-syntax-highlighting.md deleted: content/posts/some_cool_stuff.md modified: content/posts/typography.md new file: content/posts/youtube.md renamed: content/posts/How I made this Blog with Zola.md -> content/posts/zola-blog.md modified: static/Alphara.png --- content/posts/Void Linux - A Comfy Guide.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 content/posts/Void Linux - A Comfy Guide.md (limited to 'content/posts/Void Linux - A Comfy Guide.md') diff --git a/content/posts/Void Linux - A Comfy Guide.md b/content/posts/Void Linux - A Comfy Guide.md new file mode 100644 index 0000000..3e40e6d --- /dev/null +++ b/content/posts/Void Linux - A Comfy Guide.md @@ -0,0 +1,16 @@ ++++ +title = "Void Linux - A Comfy Guide" +date = 2024-10-08 +draft = true + +[taxonomies] +tags = ["linux", "guide"] + +[extra] +disable_comments = true +toc = false ++++ + +I've been using Void Linux for about 4 years now (4th Feb 2021 -> 8th Oct 2024), and I've been loving it. It's a rolling release distribution that's simple, fast, and lightweight. It's a great choice for those who want to learn more about Linux, or for those who want to have a system that's easy to maintain and customize. + +Void Linux has been, in my experience, my go-to choice in -- cgit v1.2.3