-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.config.ts
45 lines (45 loc) · 1.21 KB
/
app.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
export default defineAppConfig({
docus: {
title: 'PersonalFinanceEgypt',
description: 'Discuss: budgeting, investing, saving, banking services, and all-around personal finance in Egypt',
image: 'https://styles.redditmedia.com/t5_355hu6/styles/communityIcon_86c829tj3se81.jpeg?width=256&s=7fb10cca8814eb127d175c650438c4d45a8f4cd1',
socials: {
github: 'omar2205/r-PersonalFinanceEgypt',
// @ts-ignore
reddit: {
label: 'Reddit',
icon: 'simple-icons:reddit',
href: 'https://www.reddit.com/r/PersonalFinanceEgypt'
}
},
github: {
dir: 'content',
branch: 'main',
repo: 'r-PersonalFinanceEgypt',
owner: 'omar2205',
edit: true
},
aside: {
level: 0,
collapsed: false,
exclude: []
},
main: {
padded: true,
fluid: true
},
header: {
logo: true,
showLinkIcon: true,
exclude: [],
fluid: true
},
footer: {
credits: {
text: 'Powered by Docus and compiled by u/darkening_twilight',
icon: '',
href: 'https://www.reddit.com/r/PersonalFinanceEgypt/comments/155xjb3/common_resource_for_gathering_info_and_creating/'
}
}
}
})