-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.js
More file actions
49 lines (48 loc) · 1.17 KB
/
config.js
File metadata and controls
49 lines (48 loc) · 1.17 KB
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
'use strict';
module.exports = {
url: 'https://crystalyst.github.io',
pathPrefix: '/',
title: 'Blog by Jason You',
subtitle: 'A Computer Science/Mathematics student, interested in Martial Arts and Literature.',
copyright: '© Je Seung You (Jason) 2020 All rights reserved.',
disqusShortname: '',
postsPerPage: 4,
googleAnalyticsId: 'UA-73379983-2',
useKatex: false,
menu: [
{
label: 'Articles',
path: '/'
},
{
label: 'About me',
path: '/pages/about'
},
{
label: 'Contact me',
path: '/pages/contacts'
}
],
author: {
name: 'Jason You',
photo: 'https://cdn.pixabay.com/photo/2019/06/13/09/41/business-4271251_960_720.png',
bio: 'A Computer Science/Mathematics student, interested in Martial Arts and Literature.',
contacts: {
email: 'jy2908@columbia.edu',
facebook: 'jeseung.you.5',
telegram: '#',
twitter: '#',
github: 'crystalyst',
rss: '',
vkontakte: '',
linkedin: 'je-seung-jason-you-00575015b',
instagram: 'jasonryu91',
line: '',
gitlab: '',
weibo: '',
codepen: '',
youtube: '',
soundcloud: '',
}
}
};