45 lines
939 B
YAML
45 lines
939 B
YAML
baseURL: https://yequari.com/
|
|
languageCode: en-us
|
|
title: yequari.com
|
|
theme: desert-breeze
|
|
enableGitInfo: true
|
|
params:
|
|
author: yequari
|
|
# about: "I write code and occasionally blog posts."
|
|
webmentions: https://webmention.io/yequari.com/webmention
|
|
pingbacks: https://webmention.io/yequari.com/xmlrpc
|
|
social_links:
|
|
email: "yequari@32bit.cafe"
|
|
xmpp: "yequari@omg.lol"
|
|
mastodon: "retro.pizza/@yequari"
|
|
taxonomies:
|
|
category: categories
|
|
tag: tags
|
|
year: year
|
|
permalinks:
|
|
page:
|
|
blog: /blog/:year/:month/:slugorfilename/
|
|
term:
|
|
year: /blog/:slug/
|
|
menu:
|
|
main:
|
|
- name: Blog
|
|
pageRef: /blog
|
|
weight: 20
|
|
- name: Projects
|
|
pageRef: /projects
|
|
weight: 30
|
|
- name: Notes
|
|
pageRef: /notes
|
|
weight: 40
|
|
- name: Now
|
|
pageRef: /now
|
|
weight: 50
|
|
- name: Links
|
|
pageRef: /links
|
|
weight: 60
|
|
caches:
|
|
getresource:
|
|
dir: :cacheDir/:project
|
|
maxAge: 0
|