-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.js
37 lines (28 loc) · 928 Bytes
/
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
export const SITE_URL = 'https://yohgen.netlify.app';
export const SOURCE_URL = 'https://github.com/yohgen/is-online';
export const LICENSE_URL = 'https://github.com/yohgen/is-online/blob/main/LICENSE';
export const TITLE = 'Tau';
export const FULL_TITLE = 'Jørgen Tau';
export const DESCRIPTION = "Jørgen Tau is online. Everybody's invited";
export const OG = {
width: 800,
height: 400,
type: 'png',
header: 'Web 564F494C41.0+',
alt: 'Four vertical white bars on a black background with the text underneath that reads',
path: '/og/',
};
export const GITHUB = {
platform: 'github',
href: 'https://github.com/netlenin',
text: "Go to Astro's GitHub repo",
icon: 'social/github',
};
export const TWITTER = {
platform: 'twitter',
handle: '@netlenin',
href: 'https://twitter.com/netlenin',
text: 'Follow Astro on Twitter',
icon: 'social/twitter',
};
export const SOCIALS = [GITHUB, TWITTER];