diff options
| author | Federico Angelilli <code@fedang.net> | 2025-01-08 22:32:59 +0100 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2025-01-08 22:42:56 +0100 |
| commit | 76165b828bb25480d4315eb1bc284537911e54cb (patch) | |
| tree | 32029c524ecbc98080d03bf3245339c5c62664d9 | |
| parent | 7d672ac433b0374fd8fa8719abfcb7ad5d404b0d (diff) | |
Update descriptions
| -rw-r--r-- | content/_index.md | 6 | ||||
| -rw-r--r-- | content/posts/gentoo-kernel-upgrade.md | 6 | ||||
| -rw-r--r-- | content/posts/setting-up-ly.md | 3 | ||||
| m--------- | themes/chilldark | 0 |
4 files changed, 9 insertions, 6 deletions
diff --git a/content/_index.md b/content/_index.md index 8bc3f58..b87a670 100644 --- a/content/_index.md +++ b/content/_index.md @@ -2,11 +2,15 @@ title = '~fedang' meta_title = "Federico Angelilli @ ~fedang" subtitle = 'Federico Angelilli {{< secondary >}} {{< dash >}} {{< email "main@fedang.net" >}} {{< /secondary >}}' -description = "Welcome to my personal space online." +++ ## Welcome +Hello, I'm Federico. I am passionate about computers and their inner workings. +I love programming, especially compilers and other low-level stuff. + +<!--more--> + This is my personal space online. Hopefully you will enjoy it as much as me. ```c diff --git a/content/posts/gentoo-kernel-upgrade.md b/content/posts/gentoo-kernel-upgrade.md index 70826e0..c86ac16 100644 --- a/content/posts/gentoo-kernel-upgrade.md +++ b/content/posts/gentoo-kernel-upgrade.md @@ -5,13 +5,13 @@ categories = [ "linux", "guide" ] tags = [ "linux", "gentoo", "kernel", "sysadmin" ] date = "2024-12-10" #summary = "A brief howto on updating the kernel on a Gentoo system." -summary = """I wrote this short guide to keep track of the upgrade procedure for the kernel on a Gentoo system. \ -The main steps are summarized, with additional sections about the Nvidia drivers and Intel microcode.""" +++ I wrote this short guide to keep track of the upgrade procedure for the kernel on a Gentoo system. The main steps are summarized, with additional sections about the Nvidia drivers and Intel microcode. +<!--more--> + This guide should be used as a checklist and assumes an already working installation. If you need more exhaustive documentation, refer to the Gentoo wiki. @@ -147,7 +147,7 @@ Then, remember to update GRUB (or your bootloader of choice). grub-mkconfig -o /boot/grub/grub.cfg ``` -## Addenda +## Addendum ### Nvidia drivers diff --git a/content/posts/setting-up-ly.md b/content/posts/setting-up-ly.md index 9b0849a..ecfb01a 100644 --- a/content/posts/setting-up-ly.md +++ b/content/posts/setting-up-ly.md @@ -3,9 +3,8 @@ title = 'Setting up Ly on Gentoo' date = 2025-01-08T01:00:52+01:00 categories = [ "linux", "guide" ] tags = [ "linux", "gentoo", "display-manager", "ly", "tty" ] -#summary = "My experience with installing the `ly` display manager." summary = """After my TTY login run into trouble, I decided to try the `ly` display manager. \ -I described what I did in order to install and enable it on my Gentoo system.""" +I wrote about my experience in getting it to work on my Gentoo system, describing each step in the process.""" +++ > Ly is a lightweight TUI (ncurses-like) display manager for Linux and BSD. diff --git a/themes/chilldark b/themes/chilldark -Subproject 9d8c1c4de97059e01abe89e7b656021aed3495b +Subproject d4d6e315b7163c745ac94cb5cc5512a93ae59a1 |
