-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.js
46 lines (45 loc) · 1.13 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
'use strict';
module.exports = {
url: 'https://hoffmann.ai',
pathPrefix: '/',
title: 'HOFFMANN.AI',
subtitle: 'HOFFMANN.AI est une société spécialisée dans le domaine du service informatique. Nous intervenons sur des problématiques de digitalisation afin d\'accompagner nos clients dans leurs objectifs de communication, notoriété, marketing et création de logiciel.',
copyright: '© HOFFMANN.AI.',
postsPerPage: 4,
googleAnalyticsId: 'UA-167118343-1',
useKatex: false,
logo: '/logo.png',
menu: [
{
label: 'Blog',
path: '/blog'
},
{
label: 'Contact',
path: '/contact'
}
],
author: {
name: 'Alexander Hoffmann',
photo: '/logo.png',
bio: 'CEO & Founder @ HOFFMANN.AI - J\'aime créer de nouvelles choses chaque jour.',
contacts: {
email: 'alexander@hoffmann.ai',
facebook: '',
telegram: '',
twitter: '',
github: '',
rss: '',
vkontakte: '',
linkedin: '',
instagram: '',
line: '',
gitlab: '',
weibo: '',
codepen: '',
youtube: '',
soundcloud: '',
medium: '',
}
}
};