51 lines
1.0 KiB
JavaScript
Raw Normal View History

2020-05-09 00:08:44 +08:00
'use strict';
2018-11-09 20:08:48 +03:00
module.exports = {
2020-05-09 00:08:44 +08:00
url: 'https://lumen.netlify.com',
pathPrefix: '/',
title: 'Blog by John Doe',
2020-05-09 00:12:57 +08:00
subtitle: 'Pellentesque odio nisi, euismod in, pharetra a, ultricies in, diam. Sed arcu.',
2020-05-09 00:08:44 +08:00
copyright: '© All rights reserved.',
disqusShortname: '',
2018-11-11 14:19:06 +03:00
postsPerPage: 4,
2020-05-09 00:08:44 +08:00
googleAnalyticsId: 'UA-73379983-2',
2019-07-19 20:42:20 +03:00
useKatex: false,
2018-11-09 20:08:48 +03:00
menu: [
{
2020-05-09 00:08:44 +08:00
label: 'Articles',
2020-05-09 00:21:35 +08:00
path: '/'
2018-11-09 20:08:48 +03:00
},
{
2020-05-09 00:08:44 +08:00
label: 'About me',
2020-05-09 00:21:35 +08:00
path: '/pages/about'
2018-11-09 20:08:48 +03:00
},
{
2020-05-09 00:08:44 +08:00
label: 'Contact me',
2020-05-09 00:21:35 +08:00
path: '/pages/contacts'
}
2018-11-09 20:08:48 +03:00
],
author: {
2020-05-09 00:08:44 +08:00
name: 'John Doe',
photo: '/photo.jpg',
2020-05-09 00:12:57 +08:00
bio: 'Pellentesque odio nisi, euismod in, pharetra a, ultricies in, diam. Sed arcu.',
2018-11-09 20:08:48 +03:00
contacts: {
2020-05-09 00:08:44 +08:00
email: '',
facebook: '#',
telegram: '#',
twitter: '#',
github: '#',
rss: '',
vkontakte: '',
linkedin: '#',
instagram: '#',
line: '',
gitlab: '',
weibo: '',
codepen: '',
youtube: '',
soundcloud: '',
medium: '',
2020-05-09 00:22:53 +08:00
}
}
};