2018-11-09 18:08:48 +01:00
|
|
|
'use strict';
|
|
|
|
|
|
|
|
module.exports = {
|
|
|
|
url: 'https://lumen.netlify.com',
|
2019-07-03 02:25:14 +02:00
|
|
|
pathPrefix: '/',
|
2018-11-09 18:08:48 +01:00
|
|
|
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 12:19:06 +01:00
|
|
|
postsPerPage: 4,
|
2018-11-09 18:08:48 +01:00
|
|
|
googleAnalyticsId: 'UA-73379983-2',
|
2019-07-19 19:42:20 +02:00
|
|
|
useKatex: false,
|
2018-11-09 18:08:48 +01:00
|
|
|
menu: [
|
|
|
|
{
|
|
|
|
label: 'Articles',
|
|
|
|
path: '/'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
label: 'About me',
|
2018-11-13 18:35:36 +01:00
|
|
|
path: '/pages/about'
|
2018-11-09 18:08:48 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
label: 'Contact me',
|
2018-11-13 18:35:36 +01:00
|
|
|
path: '/pages/contacts'
|
2018-11-09 18:08:48 +01:00
|
|
|
}
|
|
|
|
],
|
|
|
|
author: {
|
|
|
|
name: 'John Doe',
|
2018-11-09 20:20:44 +01:00
|
|
|
photo: '/photo.jpg',
|
2018-11-09 18:08:48 +01:00
|
|
|
bio: 'Pellentesque odio nisi, euismod in, pharetra a, ultricies in, diam. Sed arcu.',
|
|
|
|
contacts: {
|
2019-08-24 11:50:38 +02:00
|
|
|
email: '',
|
2019-08-23 21:59:21 +02:00
|
|
|
facebook: '#',
|
2018-11-09 18:08:48 +01:00
|
|
|
telegram: '#',
|
|
|
|
twitter: '#',
|
|
|
|
github: '#',
|
2019-08-24 11:50:38 +02:00
|
|
|
rss: '',
|
|
|
|
vkontakte: '',
|
2019-08-23 21:59:21 +02:00
|
|
|
linkedin: '#',
|
|
|
|
instagram: '#',
|
2019-08-24 11:50:38 +02:00
|
|
|
line: '',
|
|
|
|
gitlab: '',
|
2019-09-08 20:06:51 +02:00
|
|
|
weibo: '',
|
2019-12-07 08:48:40 +01:00
|
|
|
codepen: '',
|
|
|
|
youtube: ''
|
2018-11-09 18:08:48 +01:00
|
|
|
}
|
|
|
|
}
|
2019-11-10 20:25:51 +01:00
|
|
|
};
|