-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.js
50 lines (49 loc) · 1.07 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
'use strict';
module.exports = {
url: 'https://kelvinling.cn',
pathPrefix: '/',
title: 'Kelvin Liang | Full Stack Web Developer',
subtitle: 'Self-taught Front End Developer from the world of sysAdmin.',
copyright: '© All rights reserved by Kelvin.',
disqusShortname: 'kelvin-portfolio-2020',
postsPerPage: 3,
googleAnalyticsId: 'UA-157502662-2',
useKatex: false,
menu: [
{
label: 'Writing',
path: '/',
},
{
label: 'Projects',
path: '/projects',
},
{
label: 'About me',
path: '/about',
},
],
author: {
name: 'Kelvin Liang',
photo: '/Kelvin-2020.jpg',
bio: 'Full Stack Web Developer/ Marathon Runner / Father',
contacts: {
email: 'kelvinliang@yandex.com',
facebook: '',
telegram: '',
twitter: 'kelvin9877',
github: 'kelvin8773',
rss: '',
vkontakte: '',
linkedin: 'kelvin9877',
instagram: '',
line: '',
gitlab: '',
weibo: '',
codepen: '',
youtube: '',
soundcloud: '',
devto: 'kelvin9877',
},
},
};