16 lines
437 B
TypeScript
16 lines
437 B
TypeScript
|
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'
|
||
|
};
|