forked from alxshelepenok/lumen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.js
50 lines (49 loc) · 1023 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
46
47
48
49
50
'use strict';
module.exports = {
url: 'https://lumen.netlify.com',
pathPrefix: '/',
title: 'English Blog',
subtitle: 'Pellentesque odio nisi, euismod in, pharetra a, ultricies in, diam. Sed arcu.',
copyright: '© 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: 'Ms Amel H',
photo: '/photo2.jpg',
bio: 'CEM english blog, you will find all courses plus aditional files here',
contacts: {
email: '',
facebook: '',
telegram: '',
twitter: '',
github: '',
rss: '',
vkontakte: '',
linkedin: '',
instagram: '',
line: '',
gitlab: '',
weibo: '',
codepen: '',
youtube: '',
soundcloud: '',
medium: '',
}
}
};