From d21ff818ae977af892d17c0ed87bb6f0030b5b8c Mon Sep 17 00:00:00 2001 From: Bastian de Byl Date: Sat, 9 Feb 2019 12:10:14 -0500 Subject: [PATCH] Added logo image QR code, updated Arch Install post --- config.toml | 1 + content/post/archinstall.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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