personal-site/assets/config.ts

16 lines
452 B
TypeScript
Raw Permalink Normal View History

2025-01-03 18:30:06 -08:00
export default {
// Site information
2025-01-03 21:55:26 -08:00
siteTitle: 'TheFelidae',
siteDescription: 'TheFelidae\'s site and rambling ground',
2025-01-03 18:30:06 -08:00
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'
};