forked from cehfisher/accessibility-talks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.js
61 lines (60 loc) · 1.35 KB
/
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
52
53
54
55
56
57
58
59
60
61
'use strict';
module.exports = {
url: 'https://a11ytalks.com',
pathPrefix: '/',
title: 'A11yTalks',
subtitle: 'Virtual meet-up featuring speakers & conversations around digital accessibility',
copyright: '© 2021 All rights reserved.',
disqusShortname: '',
postsPerPage: 5,
useKatex: false,
menu: [
{
label: 'About',
path: '/pages/about'
},
{
label: 'Mission',
path: '/pages/mission'
},
{
label: 'Accessibility',
path: '/pages/accessibility'
},
{
label: 'All Tags',
path: '/tags'
},
{
label: 'Calendar',
path: '/pages/calendar'
},
{
label: 'Code of Conduct',
path: '/pages/conduct'
},
{
label: 'Sponsorship',
path: '/pages/sponsorship'
},
{
label: 'Store',
path: 'https://www.redbubble.com/people/a11ytalks/works/39136088-accessibility-a11y-cats',
external: true
}
],
author: {
name: 'A11yTalks',
photo: '/photo.png',
bio: 'Virtual meet-up featuring speakers & conversations around digital accessibility',
contacts: {
email: 'accessibilitytalks@gmail.com',
youtube: 'accessibilitytalks',
twitter: 'A11yTalks',
github: 'cehfisher/accessibility-talks',
rss: '',
linkedin: '',
oc: 'https://opencollective.com/a11ytalks',
}
}
};