-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.js
39 lines (39 loc) · 940 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
38
39
module.exports = {
url: 'https://cpe500.netlify.app',
pathPrefix: '/',
title: 'CPE500 Class Dashboard',
keywords:
'OxOOCCSec, project, cpe500, materials, courses, Nwaobi Daniel, calender, class',
subtitle: 'Dashboard',
copyright: '© 2021 | Built with love by Nwaobi Daniel',
disqusShortname: 'cpe500',
postsPerPage: 20,
googleAnalyticsId: 'UA-6589522-7',
menu: [
{
label: 'Courses',
path: '/'
},
{
label: 'Information',
path: '/cv'
}
],
author: {
name: 'CPE500 - Class',
photo: '/photo.jpg',
bio: 'Dashboard',
contacts: {
// don't remove fields, just make them empty string ''
// https://github.com/gatsbyjs/gatsby/issues/2392
github: 'crazychickendev',
twitter: 'OxOOCCSec',
linkedin: 'nwaobidaniel',
telegram: '',
instagram: '',
email: 'dannychukz15@gmail',
facebook: '',
rss: '',
}
}
}