-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.js
41 lines (40 loc) · 845 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
39
40
41
'use strict';
module.exports = {
url: 'https://bigfastblog.com',
pathPrefix: '/',
title: 'Big Fast Blog',
subtitle: 'Musings on technology',
copyright: 'Copyright © 2020 Phil Whelan',
disqusShortname: 'bigfastblog',
postsPerPage: 16,
googleAnalyticsId: 'UA-15826070-1',
useKatex: false,
menu: [
{
label: 'Posts',
path: '/'
},
],
author: {
name: 'Phil Whelan',
photo: '/media/images/photo.jpg',
bio: 'Software Engineer',
contacts: {
email: '',
facebook: '',
telegram: '',
twitter: 'philwhln',
github: 'philwhln',
rss: '',
vkontakte: '',
linkedin: 'philwhln',
instagram: 'philwhln',
line: '',
gitlab: '',
weibo: '',
codepen: '',
youtube: 'UCPoEu5suo5AEE_qXcQLfWZw',
soundcloud: '',
}
}
};