rickvanlieshout.com/config.js

53 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:02:54 +02:00
subtitle:
2020-05-08 18:08:44 +02:00
'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,
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',
path: '/',
2018-11-09 18:08:48 +01:00
},
{
2020-05-08 18:08:44 +02:00
label: 'About me',
path: '/pages/about',
2018-11-09 18:08:48 +01:00
},
{
2020-05-08 18:08:44 +02:00
label: 'Contact me',
path: '/pages/contacts',
2020-05-08 18:02:54 +02:00
},
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:02:54 +02:00
bio:
2020-05-08 18:08:44 +02:00
'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:02:54 +02:00
},
},
};