diff --git a/config.toml b/config.toml index d40c65d..edc5420 100644 --- a/config.toml +++ b/config.toml @@ -53,6 +53,7 @@ copyright = "" # default: author.name since = "2017" # Site creation time # site info (optional) + logoImage = "img/pubfpr.png" logoTitle = "bdebyl" # default: the title value keywords = ["bastian", "de byl","bdebyl"] description = "A random assortment of my personal projects." diff --git a/content/post/archinstall.md b/content/post/archinstall.md index 7486b14..4ca80e8 100644 --- a/content/post/archinstall.md +++ b/content/post/archinstall.md @@ -97,7 +97,7 @@ The reader may always consult manpages, the [Arch Wiki](https://wiki.archlinux.o ``` 1. Edit the loader configuration using a text editor of your choice: - ``` + ```apacheconf # cat /boot/loader/loader.conf default arch timeout 3 @@ -105,7 +105,7 @@ The reader may always consult manpages, the [Arch Wiki](https://wiki.archlinux.o ``` 1. Create the loader entry for the default `arch` entry specified above (_You can edit this name if desired._). Use `blkid /dev/sdaN` to find the UUID of your crypt device, and recall the volume name you gave your device above (_`main` in example below_): - ``` + ```apacheconf # cat /boot/loader/entries/arch.conf title Arch Linux linux /vmlinuz-linux.img