-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.js
37 lines (37 loc) · 1.1 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
module.exports = {
siteTitle: 'WebsiteMarket - Site-uri de Prezentare', // <title>
siteDescription: 'Hai pe net! Acum este simplu si accesibil cu serviciul nostru.',
manifestName: 'WebsiteMarket',
manifestShortName: 'Landing', // max 12 characters
manifestStartUrl: '/',
manifestBackgroundColor: '#663399',
manifestThemeColor: '#663399',
manifestDisplay: 'standalone',
manifestIcon: 'src/assets/img/website-icon.svg',
pathPrefix: `/`, // This path is subpath of your hosting https://domain/portfolio
heading: 'WebsiteMarket',
subHeading: 'Site-uri de prezentare. Hosting.',
// social
socialLinks: [
{
icon: 'fa-github',
name: 'Github',
url: 'https://github.com/creare-site/websitemarket',
},
{
icon: 'fa-youtube',
name: 'Youtube',
url: 'https://www.youtube.com/channel/UC-0NiPw917xWfEAfl8SRCfg/videos',
},
{
icon: 'fa-twitter',
name: 'Twitter',
url: 'https://twitter.com/websitemarketro',
},
{
icon: 'fa-facebook',
name: 'Facebook',
url: 'https://www.facebook.com/Websitemarketro/',
},
],
};