-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsite-config.ts
28 lines (28 loc) · 920 Bytes
/
site-config.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
export default {
name: 'joel.fm',
shortName: 'joel.fm',
description: 'web design & development, portfolio, etc.',
siteUrl: 'https://joel.fm',
url: 'https://joel.fm',
title: 'joel.fm',
// live in static dir
favicon: {
ico: `favicon.ico`,
png: `logo.png`,
svg: `favicon.svg`
},
image: 'logo.png',
logo: 'logo.png',
resumeFilename: 'joel-hawkins-torres-resume.pdf',
prefix: '/',
author: 'joél hawkins torres',
email: '[email protected]',
social: {
instagram: { url: 'https://instagram.com/joel.biz', user: '@joel.biz' },
twitter: { url: 'https://twitter.com/joel_biz', user: '@joel_biz' },
linkedIn: { url: 'https://www.linkedin.com/in/hwknsj', user: '@hwknsj' },
github: { url: 'https://github.com/hwknsj', user: '@hwknsj' },
cal: { url: 'https://cal.com/joel.fm', user: 'joel.fm' },
behance: { url: 'https://www.behance.net/hwknsj', user: '@hwknsj' }
}
}