-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.js
51 lines (50 loc) · 1.14 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
'use strict';
module.exports = {
url: 'https://luischodiman.me',
pathPrefix: '/',
title: 'Luis Chodiman | Blog',
subtitle:
'Blog personal para compartir cosas interesantes en el mundo del desarrollo.',
copyright: '© Todos los derechos reservados.',
disqusShortname: '',
postsPerPage: 4,
googleAnalyticsId: 'UA-158614211-1',
useKatex: false,
menu: [
{
label: 'Artículos',
path: '/',
},
{
label: 'Acerca de mí',
path: '/pages/about',
},
{
label: 'Contáctame',
path: '/pages/contacts',
},
],
author: {
name: 'Luis Chodiman',
photo: '/photo.jpg',
bio:
'Estudiante de Ingeniería Civil de Industrias, diploma en Computación en la UC. Fan del desarrollo web, la música y el deporte.',
contacts: {
email: '[email protected]',
facebook: '#',
telegram: '#',
twitter: '#',
github: 'lechodiman',
rss: '',
vkontakte: '',
linkedin: 'luis-chodiman-herrera-b54685144/',
instagram: '#',
line: '',
gitlab: '',
weibo: '',
codepen: '',
youtube: '',
soundcloud: '',
},
},
};