-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgridsome.config.js
18 lines (17 loc) · 973 Bytes
/
gridsome.config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module.exports = {
siteName: 'Carlan Calazans',
siteUrl: 'https://carlan.now.sh',
siteDescription: "Hi, my name is Carlan. I'm a senior software engineer / ninja, for the past 10 years I've been analysing business rules in an IT environment, identifying and developing solutions with best practices in various technologies. During these years I've involved myself in the whole development cycle from requirements specification, development of specifications and software development as single developer or an active member of a agile team. I'm a full-stack developer and in the past 5 years I've been developing a lot of microservices and single page web applications (SPA) with Java and Javascript frameworks.",
icon: {
favicon: {
src: './static/images/favicon.png',
sizes: [16, 32, 96]
},
touchicon: {
src: './static/images/touchicon.png',
sizes: [76, 120, 144, 152, 180],
precomposed: true
}
},
plugins: [],
}