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
|
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue