Testing OpenGraph, etc meta

This commit is contained in:
Mrrp 2025-01-03 18:30:06 -08:00
parent a4164f6737
commit 2b7e1ee01b
3 changed files with 75 additions and 1 deletions

16
assets/config.ts Normal file
View file

@ -0,0 +1,16 @@
export default {
// Site information
siteTitle: 'My Site',
siteDescription: 'My site description',
siteUrl: 'https://thefelidae.github.io',
siteImage: '',
// Site personalization
sitePrimaryColor: '#550077',
// Author information
siteAuthor: 'TheFelidae',
siteAuthorContact: 'https://www.github.com/TheFelidae',
siteAuthorPronouns: 'she/her/they/them',
siteAuthorLocation: 'Gallifrey'
};