-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.js
45 lines (44 loc) · 980 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
39
40
41
42
43
44
45
'use strict';
module.exports = {
url: 'https://rtveitch.com',
pathPrefix: '/',
title: 'Blog by Robert Veitch',
subtitle: 'Programmer and Language Learner in Chicago.',
copyright: '© All rights reserved.',
disqusShortname: '',
postsPerPage: 4,
googleAnalyticsId: 'UA-133658177-1',
useKatex: false,
menu: [
{
label: 'Articles',
path: '/'
},
{
label: 'Cantonese',
path: '/pages/cantonese'
}
],
author: {
name: 'Robert Veitch',
photo: '/photo.jpg',
bio: 'Programmer and Language Learner in Chicago.',
contacts: {
email: 'rtveitch@gmail.com',
facebook: '',
telegram: '',
twitter: 'rtveitch',
github: 'rtveitch',
rss: 'https://rtveitch.com/rss.xml',
vkontakte: '',
linkedin: '',
instagram: 'rtveitch',
line: '',
gitlab: '',
weibo: '',
codepen: '',
youtube: 'UCW8MSE_sBSikmoF8xYvp6aw',
soundcloud: '',
}
}
};