-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.js
38 lines (37 loc) · 810 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
'use strict';
module.exports = {
url: 'https://blog.haidv.me',
pathPrefix: '/',
title: 'HaiDV | Software Engineer',
subtitle: 'Software Engineer. Going to be Full-stack Javascript Developer',
copyright: '© All rights reserved.',
disqusShortname: '',
postsPerPage: 4,
googleAnalyticsId: 'UA-84973316-2',
useKatex: false,
menu: [
{
label: 'Home',
path: '/'
},
{
label: 'Tags',
path: '/tags'
},
{
label: 'About',
path: '/pages/about'
}
],
author: {
name: 'Hai DV',
photo: '/photo.jpeg',
bio: 'Software Engineer. Going to be Full-stack Javascript Developer',
contacts: {
facebook: 'dv.hai.77',
email: '[email protected]',
github: 'GeminiWind',
linkedin: 'dinh-van-hai'
}
}
};