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
|
2025-01-03 21:50:12 -08:00
|
|
|
siteColor: '#550077',
|
2025-01-03 18:30:06 -08:00
|
|
|
|
|
|
|
// Author information
|
|
|
|
siteAuthor: 'TheFelidae',
|
|
|
|
siteAuthorContact: 'https://www.github.com/TheFelidae',
|
|
|
|
siteAuthorPronouns: 'she/her/they/them',
|
|
|
|
siteAuthorLocation: 'Gallifrey'
|
|
|
|
};
|