From 761804d83d768036e7940bc54005a6b8203d30b0 Mon Sep 17 00:00:00 2001 From: yequari Date: Thu, 14 Sep 2023 12:48:02 -0700 Subject: [PATCH] update config.yaml --- config.yaml | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/config.yaml b/config.yaml index 77ecdaa..0185274 100644 --- a/config.yaml +++ b/config.yaml @@ -2,6 +2,8 @@ baseURL: http://yequari.com/ languageCode: en-us title: yequari.com theme: saturn +params: + about: "I'm yequari. I write code and sometimes blog posts." menu: main: - name: HOME @@ -23,19 +25,21 @@ menu: - name: Mastodon params: rel: external + icon: mastodon-fill.png + class: masto url: https://retro.pizza/@yequari weight: 10 - - name: Twitter - params: - rel: external - url: https://twitter.com/yequari - weight: 20 - name: RSS - pageRef: /blog/index.xml - weight: 30 + params: + icon: rss-fill.png + class: rss + url: /blog/index.xml + weight: 20 - name: Email params: + icon: mail-fill.png rel: external + class: email url: mailto:yequari@32bit.cafe - weight: 40 + weight: 30