-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.js
47 lines (46 loc) · 1.26 KB
/
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
46
47
'use strict';
module.exports = {
url: 'https://zahatski.com',
pathPrefix: '/',
title: 'Alexandr Zahatski| software engineering, electronic publishing',
subtitle: 'Alexandr Zahatski| software engineering, electronic publishing',
copyright: '© All rights reserved. 2002-2021. <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>. <a href="https://zahatski.com/2020/5/8/1/sources-of-this-blog">Made with 🌶️ and pod6</a>',
disqusShortname: '',
postsPerPage: 4,
googleAnalyticsId: 'UA-2388080-5',
useKatex: false,
menu: [
{
label: 'About',
path: '/pages/about'
},
{
label: 'Contact me',
path: '/pages/contacts'
},
{
label: '✨ Podlite editor ✨',
path: '/pages/podlite-desktop'
},
],
author: {
name: 'Alexandr Zahatski',
photo: '/photo.jpg',
bio: `I am interested in personal publishing, decentralized systems and software engineering 💻.`,
contacts: {
email: '',
facebook: '',
telegram: '',
twitter: '',
github: 'zag',
rss: 'https://zahatski.com/rss.xml',
vkontakte: '',
linkedin: 'zahatski',
instagram: '',
line: '',
gitlab: '',
weibo: '',
codepen: ''
}
}
};