42 lines
779 B
YAML
42 lines
779 B
YAML
baseURL: http://yequari.com/
|
|
languageCode: en-us
|
|
title: yequari.com
|
|
theme: genesis
|
|
menu:
|
|
main:
|
|
- name: HOME
|
|
pageRef: /
|
|
weight: 10
|
|
- name: BLOG
|
|
pageRef: /blog
|
|
weight: 20
|
|
- name: ABOUT
|
|
pageRef: /about
|
|
weight: 30
|
|
- name: NOW
|
|
pageRef: /now
|
|
weight: 40
|
|
- name: LINKS
|
|
pageRef: /links
|
|
weight: 50
|
|
social:
|
|
- name: Mastodon
|
|
params:
|
|
rel: external
|
|
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
|
|
- name: Email
|
|
params:
|
|
rel: external
|
|
url: mailto:yequari@32bit.cafe
|
|
weight: 40
|
|
|