Testing OpenGraph, etc meta
This commit is contained in:
parent
a4164f6737
commit
2b7e1ee01b
3 changed files with 75 additions and 1 deletions
16
assets/config.ts
Normal file
16
assets/config.ts
Normal file
|
@ -0,0 +1,16 @@
|
|||
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'
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue