update config.yaml

This commit is contained in:
yequari 2023-09-14 12:48:02 -07:00
parent 8b311f8d1c
commit 761804d83d
1 changed files with 12 additions and 8 deletions

View File

@ -2,6 +2,8 @@ baseURL: http://yequari.com/
languageCode: en-us languageCode: en-us
title: yequari.com title: yequari.com
theme: saturn theme: saturn
params:
about: "I'm yequari. I write code and sometimes blog posts."
menu: menu:
main: main:
- name: HOME - name: HOME
@ -23,19 +25,21 @@ menu:
- name: Mastodon - name: Mastodon
params: params:
rel: external rel: external
icon: mastodon-fill.png
class: masto
url: https://retro.pizza/@yequari url: https://retro.pizza/@yequari
weight: 10 weight: 10
- name: Twitter
params:
rel: external
url: https://twitter.com/yequari
weight: 20
- name: RSS - name: RSS
pageRef: /blog/index.xml params:
weight: 30 icon: rss-fill.png
class: rss
url: /blog/index.xml
weight: 20
- name: Email - name: Email
params: params:
icon: mail-fill.png
rel: external rel: external
class: email
url: mailto:yequari@32bit.cafe url: mailto:yequari@32bit.cafe
weight: 40 weight: 30