-
Notifications
You must be signed in to change notification settings - Fork 0
/
site.config.js
51 lines (45 loc) · 1.44 KB
/
site.config.js
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
// For site-in anchor tags and internal links
// The first one must be live site
export const domains = ['www.cbsofyalioglu.com', 'cbsofyalioglu.com']
// For dofollow links
// Don't use the protocol (http or https)
export const whitelist = [
'www.filizguvenlik.com.tr',
'livicomturkiye.com',
'livicom.net',
'alarmsistemleri.org',
'istanbulcruisetransfer.com',
'privatetransfer.istanbul',
'istanbultransferexpert.com',
'webmeister.org',
'www.cbsofyalioglu.com',
'www.opendigitalgallery.com',
]
export const footerLinks = [
{ label: 'Home', href: 'https://www.cbsofyalioglu.com' },
{ label: 'Portfolio', href: 'https://webmeister.org' },
{ label: 'Contact', href: 'mailto:canburak@msn.com', ariaLabel: 'Send email' },
]
export const footerCredits = 'Crafted by Can Burak Sofyalıoğlu with ❤️ '
export const socialMediaLinks = {
facebook: 'https://www.facebook.com/john.baudrillard/',
twitter: 'https://twitter.com/webmeisterorg',
github: 'https://github.com/canburaks/',
linkedin: 'https://www.linkedin.com/in/cbsofyalioglu/',
dribble: 'https://dribbble.com/canburaks',
figma: 'https://www.figma.com/@webmeister',
}
export const bookmarkCollections = [
{
_id: 21583993,
title: 'design-tools',
name: 'Design Tools',
description: 'Useful design tools for creators.',
},
{
_id: 21583998,
title: 'dev-tools',
name: 'Developer Tools',
description: 'Useful developer tools for creators.',
},
]