-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
site.config.js
39 lines (39 loc) · 842 Bytes
/
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
export default {
lang: 'en',
domain: 'uncenter.dev',
url: 'https://uncenter.dev',
repository: `uncenter/uncenter.dev`,
description:
'Open source software developer, geography nerd, and high school student.',
keywords: [
'Software',
'Developer',
'Programming',
'Technology',
'JavaScript',
],
author: {
name: 'uncenter',
github: {
username: 'uncenter',
url: 'https://www.github.com/uncenter',
},
mastodon: {
username: '@uncenter',
instance: 'https://fosstodon.org/',
url: 'https://fosstodon.org/@uncenter',
},
bluesky: {
username: '@uncenter',
instance: 'https://bsky.social',
url: 'https://bsky.app/profile/uncenter.bsky.social',
},
discord: {
username: 'uncenter',
},
},
feed: {
description:
'Articles about programming, geography, and other interests of mine.',
},
};