50 lines
1019 B
JavaScript
Raw Normal View History

2018-11-09 20:08:48 +03:00
'use strict';
module.exports = {
url: 'https://lumen.netlify.com',
2019-07-02 17:25:14 -07:00
pathPrefix: '/',
2018-11-09 20:08:48 +03: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 14:19:06 +03:00
postsPerPage: 4,
2018-11-09 20:08:48 +03:00
googleAnalyticsId: 'UA-73379983-2',
2019-07-19 20:42:20 +03:00
useKatex: false,
2018-11-09 20:08:48 +03:00
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: '',
facebook: '#',
2018-11-09 20:08:48 +03:00
telegram: '#',
twitter: '#',
github: '#',
rss: '',
vkontakte: '',
linkedin: '#',
instagram: '#',
line: '',
gitlab: '',
2019-09-08 20:06:51 +02:00
weibo: '',
2019-12-07 01:48:40 -06:00
codepen: '',
2020-01-08 02:05:20 -05:00
youtube: '',
soundcloud: '',
2018-11-09 20:08:48 +03:00
}
}
};