-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.js
38 lines (37 loc) · 821 Bytes
/
config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
'use strict';
module.exports = {
url: 'https://blog.stomsvik.com',
title: 'keep IT tidy',
subtitle: 'Some word about Exchange, Intune, Powershell and self reminders.',
copyright: '© All rights reserved.',
disqusShortname: 'blog-stomsvik-com',
postsPerPage: 4,
googleAnalyticsId: 'UA-136396879-1',
menu: [
{
label: 'Articles',
path: '/'
},
{
label: 'About me',
path: '/pages/about'
},
{
label: 'Contact me',
path: '/pages/contacts'
}
],
author: {
name: 'Viggo Stomsvik',
photo: '/photo.jpg',
bio: 'Some word about Exchange, Intune, Powershell and self reminders.',
contacts: {
email: '[email protected]',
telegram: '#',
twitter: 'stoms',
github: '#',
rss: '#',
vkontakte: '#'
}
}
};