diff options
-rw-r--r-- | content/posts/garuda-linux.md | 7 | ||||
-rw-r--r-- | content/posts/linux-distros.md | 5 | ||||
-rw-r--r-- | themes/stingray/layouts/_default/list.html | 4 |
3 files changed, 12 insertions, 4 deletions
diff --git a/content/posts/garuda-linux.md b/content/posts/garuda-linux.md new file mode 100644 index 0000000..7ac7167 --- /dev/null +++ b/content/posts/garuda-linux.md @@ -0,0 +1,7 @@ +--- +title: "Garuda Linux review" +description: "Spread your wings. An Arch Linux experience, redefined." +date: 2023-06-06T10:50:50+02:00 +draft: true +--- + diff --git a/content/posts/linux-distros.md b/content/posts/linux-distros.md index 4de3d21..7759520 100644 --- a/content/posts/linux-distros.md +++ b/content/posts/linux-distros.md @@ -1,17 +1,18 @@ --- title: "A biased list of recommended Linux distributions" +description: "The red pill comes in many flavors. Pick yours." date: 2023-05-27T16:51:42+02:00 draft: false --- -## Introduction - The second most frequently asked question I get from Linux beginners (right after "Why should I use Linux?") is "Which distro should I choose?" This article will attempt to cover the most popular and, in my opinion, most preferable options that one should consider. I will attempt to cover the process of getting used to Linux in the next article. +<!-- more --> + ## Terminology - WM - window manager. It's the system software that controls the placement and appearance diff --git a/themes/stingray/layouts/_default/list.html b/themes/stingray/layouts/_default/list.html index 8b08e4a..54512e1 100644 --- a/themes/stingray/layouts/_default/list.html +++ b/themes/stingray/layouts/_default/list.html @@ -7,7 +7,7 @@ <p> <h3><a class="title" href="{{ .RelPermalink }}">{{ .Title }}</a></h3> {{ partial "metadata.html" . }} - <p>{{ .Summary }}</p> + <p>{{ .Description }}</p> </p> {{ end }} -{{ end }}
\ No newline at end of file +{{ end }} |