-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.js
57 lines (56 loc) · 1.74 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
55
56
57
'use strict';
module.exports = {
url: 'https://pike96.com',
pathPrefix: '/',
title: 'Pike96',
subtitle: 'Front-End Engineer @ Los Angeles',
copyright: '© 2020 Pike96. All rights reserved.\nPowered by gatsby-starter-lumen & Netlify.',
disqusShortname: 'pike96',
postsPerPage: 5,
googleAnalyticsId: 'UA-149749640-1',
useKatex: false,
menu: [
{
label: 'All Articles',
path: '/'
}
],
author: {
name: 'Pike96',
photo: '/photo.svg',
bio: 'Front-End Engineer @ Los Angeles',
contacts: {
email: '',
facebook: 'pike96lin',
telegram: '',
twitter: '',
github: 'Pike96',
rss: '',
vkontakte: '',
linkedin: 'yucheng-lin-b163a2b2',
instagram: '',
line: '',
gitlab: '',
weibo: ''
}
},
keywords: [
'Browser Extension', 'Mandolin', 'Bodybuilding', 'New Wave', 'Chipotle Thursday',
'Everton F.C.', 'Fallout & Elder Scrolls', 'BWV 1001-1007', 'We are all witnesses',
'Fight On', 'No hate', 'I love LA'
],
sentences: [
'Nothing is true, everything is permitted.',
'Stay angry, stay selfish.',
'Most truths are useless, in order to achieve universal correctness.',
'War. War never changes.',
'Question any proposition before asking why.',
'Your aesthetic ability is always under-trained. Jump out of your comfort zone.',
'Thus, when Heaven is about to confer a great office on any man, '
+ 'it first exercises his mind with suffering, and his sinews and bones with toil. '
+ 'It exposes his body to hunger, and subjects him to extreme poverty. '
+ 'It confounds his undertakings. '
+ 'By all these methods it stimulates his mind, hardens his nature, '
+ 'and supplies his incompetencies.'
],
};