personal-site/assets/config.ts

16 lines
437 B
TypeScript
Raw Normal View History

2025-01-03 18:30:06 -08:00
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'
};