16 lines
No EOL
430 B
TypeScript
16 lines
No EOL
430 B
TypeScript
export default {
|
|
// Site information
|
|
siteTitle: 'My Site',
|
|
siteDescription: 'My site description',
|
|
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'
|
|
}; |