9 lines
404 B
TypeScript
9 lines
404 B
TypeScript
export const SITE_TITLE = 'Cozy Blog'
|
|
export const SITE_AUTHOR = 'Ayo Ayco'
|
|
export const SITE_AUTHOR_URL = 'https://ayo.ayco.io'
|
|
export const SITE_AUTHOR_EMAIL = 'cozy@ayco.io'
|
|
export const SITE_AUTHOR_MASTODON = 'https://social.ayco.io/@ayo'
|
|
export const SITE_PROJECT_REPO = 'https://github.com/ayoayco/Cozy'
|
|
export const SITE_DESCRIPTION = 'The Web is Yours.'
|
|
|
|
export const VERSION = 'Careless-Carrot'
|