39 lines
808 B
JavaScript
Raw Normal View History

2018-11-09 20:08:48 +03:00
'use strict';
module.exports = {
url: 'https://lumen.netlify.com',
title: 'Blog by John Doe',
subtitle: 'Pellentesque odio nisi, euismod in, pharetra a, ultricies in, diam. Sed arcu.',
copyright: '© All rights reserved.',
disqusShortname: '',
2018-11-11 14:19:06 +03:00
postsPerPage: 4,
2018-11-09 20:08:48 +03:00
googleAnalyticsId: 'UA-73379983-2',
menu: [
{
label: 'Articles',
path: '/'
},
{
label: 'About me',
2018-11-13 20:35:36 +03:00
path: '/pages/about'
2018-11-09 20:08:48 +03:00
},
{
label: 'Contact me',
2018-11-13 20:35:36 +03:00
path: '/pages/contacts'
2018-11-09 20:08:48 +03:00
}
],
author: {
name: 'John Doe',
2018-11-09 22:20:44 +03:00
photo: '/photo.jpg',
2018-11-09 20:08:48 +03:00
bio: 'Pellentesque odio nisi, euismod in, pharetra a, ultricies in, diam. Sed arcu.',
contacts: {
email: '#',
telegram: '#',
twitter: '#',
github: '#',
rss: '#',
vkontakte: '#'
}
}
};