update config.yaml
This commit is contained in:
parent
8b311f8d1c
commit
761804d83d
20
config.yaml
20
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue