personal-site/assets/config.ts
2025-01-03 21:55:26 -08:00

16 lines
No EOL
452 B
TypeScript

export default {
// Site information
siteTitle: 'TheFelidae',
siteDescription: 'TheFelidae\'s site and rambling ground',
siteUrl: 'https://thefelidae.github.io',
siteImage: '',
// Site personalization
siteColor: '#550077',
// Author information
siteAuthor: 'TheFelidae',
siteAuthorContact: 'https://www.github.com/TheFelidae',
siteAuthorPronouns: 'she/her/they/them',
siteAuthorLocation: 'Gallifrey'
};