-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.js
54 lines (53 loc) · 1.42 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
'use strict';
module.exports = {
url: 'https://nimish-dev.com',
adminUrl: 'https://blissful-raman-6fcfa5.netlify.com/admin',
pathPrefix: '/',
title: 'Engineer Diary',
subtitle: 'A Pragmatic engineer learning to program deliberately.',
copyright: '© All rights reserved.',
disqusShortname: 'nimish-gupta',
postsPerPage: 4,
googleAnalyticsId: 'UA-162360089-1',
useKatex: false,
menu: [
{
label: 'Articles',
path: '/'
},
// {
// label: 'About me',
// path: '/pages/about',
// },
// {
// label: 'Contact me',
// path: '/pages/contacts',
// },
{
label: 'Stalk Me',
href: 'https://gitstalk.netlify.app/nimish-gupta/'
}
],
author: {
name: 'Nimish Gupta',
photo: '/photo.jpeg',
bio: 'A Pragmatic engineer learning to program deliberately.',
contacts: {
email: 'nimishgupta18396@gmail.com',
facebook: 'nimishrocks',
telegram: 'nimish_gupta',
twitter: 'nimishrocks2',
github: 'nimish-gupta',
rss: '',
vkontakte: '',
linkedin: 'nimish-gupta',
instagram: '',
line: '',
gitlab: '',
weibo: '',
codepen: '',
youtube: '',
soundcloud: ''
}
}
};