-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathconfig.js
44 lines (43 loc) · 966 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
'use strict';
module.exports = {
url: 'https://akai.org.pl',
siteUrl: 'https://blog.akai.org.pl',
title: 'AKAI',
subtitle: 'Akademickie Koło Aplikacji Internetowych Politechniki Poznańskiej',
copyright: '© Wszelkie prawa zastrzeżone.',
disqusShortname: '',
postsPerPage: 10,
googleAnalyticsId: 'UA-109499574-8',
menu: [
{
label: 'Artykuły',
path: '/'
},
{
label: 'Projekty',
path: 'https://apps.akai.org.pl'
},
{
label: 'Hackathony',
path: 'https://hackathons.akai.org.pl'
},
{
label: 'Fanpage',
path: 'https://www.facebook.com/akai.pp/'
},
{
label: 'Kontakt',
path: '/pages/contacts'
}
],
author: {
name: 'AKAI',
photo: '/logo.png',
bio: 'Akademickie Koło Aplikacji Internetowych Politechniki Poznańskiej',
contacts: {
email: '[email protected]',
twitter: 'akai_pp',
github: 'akai-org'
}
}
};