rickvanlieshout.com/config.js

41 lines
846 B
JavaScript
Raw Normal View History

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: {
email: '#',
telegram: '#',
twitter: '#',
github: '#',
rss: '#',
vkontakte: '#'
}
}
};