-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.js
45 lines (44 loc) · 1003 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
42
43
44
45
"use strict";
module.exports = {
url: "https://alexbachuk.com",
pathPrefix: "/",
title: "Alex Bachuk | Software engineering manager",
subtitle:
"My personal blog onleadership, software engineering and my side projects.",
copyright: "2020 © All rights reserved.",
disqusShortname: "",
postsPerPage: 10,
googleAnalyticsId: "UA-23815614-1",
useKatex: false,
menu: [
{
label: "Articles",
path: "/"
},
{
label: "About me",
path: "/about"
}
],
author: {
name: "Alex Bachuk",
photo: "/alex-bachuk.png",
bio:
"Software engineering manager. Writing about architecture, JavaScript, leadership and my side projects.",
contacts: {
email: "abachuk@gmail.com",
twitter: "netxm",
github: "abachuk",
rss: "",
vkontakte: "",
linkedin: "alexbachuk",
instagram: "",
line: "",
gitlab: "",
weibo: "",
codepen: "",
facebook: "",
telegram: ""
}
}
};