diff --git a/config.toml b/config.toml
index 48c278a3d2a81d0e26417f2d88ac2af360ba71c4..6134ad40af60fd9e7591cc63ac645d417cb0b3b4 100644
--- a/config.toml
+++ b/config.toml
@@ -4,9 +4,9 @@ title = "Yet Another Blog"
theme = "flamingo"
staticDir = ['static']
-[author]
- name = "Gabriel A. Giovanini"
- email = "mail@gabrielgio.me"
+[params]
+ author="Gabriel A. Giovanini"
+ description="A gathering of information about some things I do on my spare time."
[markup]
defaultMarkdownHandler = "goldmark"
diff --git a/content/posts/2022-12-10-alpine-setup.md b/content/posts/2022-12-10-alpine-setup.md
index 1fa9027833b2d0631f77141e7adf7fd54de9a44b..1b3371b16bbe08e876b6b5473cd3585d3546c48b 100644
--- a/content/posts/2022-12-10-alpine-setup.md
+++ b/content/posts/2022-12-10-alpine-setup.md
@@ -99,7 +99,7 @@ ```
Then run `apk update` and you will see the both repositories printed out.
-Now we will install the necessary drivers for `xorg` to run properly. Firs
+Now we will install the necessary drivers for xorg to run properly. Firs
search for all video drivers `apk search xf86-video*` and install whatever you
have for you computer (in my case `apk add apk add xf86-video-amdgpu`)
diff --git a/themes/flamingo/assets/scss/_mobile_view.scss b/themes/flamingo/assets/scss/_mobile_view.scss
index 25cb052b5f6291a3796382f14dccbb944d68df70..5d39c0bd1660eb2469479c44f41cf01289db5807 100644
--- a/themes/flamingo/assets/scss/_mobile_view.scss
+++ b/themes/flamingo/assets/scss/_mobile_view.scss
@@ -191,7 +191,7 @@ .highlight {
@include full-width-mobile
pre {
line-height: 1.2rem;
- border: 1px solid #ddd;
+ border: 1.5px dashed;
border-radius: 5px;
overflow: auto;
padding: $horizontal-layout-padding;
@@ -204,6 +204,12 @@ .token.comment {
font-style: italic;
}
}
+}
+
+p code {
+ border: 1px dashed;
+ border-radius: 5px;
+ padding: 1px;
}
// Style blockquotes