rickvanlieshout.com/config.js

51 lines
1.0 KiB
JavaScript
Raw Normal View History

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