-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.ts
executable file
·42 lines (41 loc) · 1016 Bytes
/
config.ts
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
const data = {
url: 'https://quarkowl.com',
repo: 'quarkowl.com',
title: `QuarkOwl LTD - Engineering Solutions`,
short_name: `QuarkOwl`,
theme_color: '#00b9f1',
description:
'Software Engineering company established in 2016. Specialities: JavaScript with NodeJS, IoT, Artificial Intelligence',
copyright: '© QuarkOwl. All rights reserved.',
disqusShortname: '',
contactFormUrl:
'https://docs.google.com/forms/d/e/1FAIpQLSfo-91_RaJoixJTWJJ5uA4JI0Ms7jkpO1YlhigUH6cDYQRI_Q/formResponse',
menu: {
contact: {
label: 'Contact',
id: 'contact',
order: 1,
},
technologies: {
label: 'Technologies',
id: 'technologies',
order: 2,
},
services: {
label: 'Services',
id: 'about',
order: 3,
},
},
author: {
name: 'QuarkOwl LTD',
photo: '/logo.svg',
contacts: {
email: '[email protected]',
twitter: 'quarkowl',
github: 'quarkowl',
rss: '/rss.xml',
},
},
};
export default data;