-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.js
50 lines (50 loc) · 1.23 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
module.exports = {
url: 'https://julianogtz.github.io/my-personal-blog/',
siteUrl: 'https://julianogtz.github.io/my-personal-blog/',
pathPrefix: 'my-personal-blog/',
title: 'Blog by Juliano Lima',
subtitle:
'Software Engineer, Computer Scientist, Cartoons Analyst, and Amateur Commentator Football.',
copyright: '© All rights reserved.',
disqusShortname: 'https-julianogtz-github-io-my-personal-blog',
postsPerPage: 4,
googleAnalyticsId: 'G-EG3RQMD2NY',
useKatex: false,
menu: [
{
label: 'Articles',
path: '/',
},
{
label: 'About me',
path: '/pages/about',
},
{
label: 'Contact',
path: '/pages/contacts',
},
],
author: {
name: 'Juliano Lima',
photo: '/photo.png',
bio:
'Software Engineer, Computer Scientist, Cartoons Analyst, and Amateur Football Commentator.',
contacts: {
email: '',
facebook: 'juliano.gutierrez.92',
telegram: 'julianogt',
twitter: 'julianodgtz',
github: 'JulianoGTZ',
rss: '',
vkontakte: '',
linkedin: 'julianopereiralima',
instagram: 'julianogt',
line: '',
gitlab: '',
weibo: '',
codepen: '',
youtube: '',
soundcloud: '',
},
},
};