yequari.com/config.yaml

46 lines
898 B
YAML
Raw Normal View History

baseURL: http://yequari.com/
languageCode: en-us
title: yequari.com
2023-08-12 10:44:17 +00:00
theme: saturn
2023-09-14 19:48:02 +00:00
params:
2023-10-09 20:57:13 +00:00
about: "I'm yequari. I write code and occasionally blog posts."
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
2023-09-14 19:48:02 +00:00
icon: mastodon-fill.png
class: masto
url: https://retro.pizza/@yequari
weight: 10
2023-09-14 19:48:02 +00:00
- name: RSS
params:
2023-09-14 19:48:02 +00:00
icon: rss-fill.png
class: rss
url: /blog/index.xml
weight: 20
2023-06-27 01:11:03 +00:00
- name: Email
params:
2023-09-14 19:48:02 +00:00
icon: mail-fill.png
2023-06-27 01:11:03 +00:00
rel: external
2023-09-14 19:48:02 +00:00
class: email
2023-06-27 01:11:03 +00:00
url: mailto:yequari@32bit.cafe
2023-09-14 19:48:02 +00:00
weight: 30