-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
gatsby-site-metadata.js
42 lines (36 loc) · 1.53 KB
/
gatsby-site-metadata.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
module.exports = {
title: `pedrolamas.com`,
description: `Programming and Tinkering`,
author: `Pedro Lamas`,
siteUrl: `https://www.pedrolamas.com`,
lang: `en-US`,
timezone: `Europe/London`,
logo: `logo.jpg`,
disclaimer: `This work is licensed under a [Creative Commons Attribution-ShareAlike 3.0 Unported License](https://creativecommons.org/licenses/by-sa/3.0/) except where otherwise noted. Unless specified, all source code on this site is licensed under the [MIT license](https://www.pedrolamas.com/LICENSE.txt).`,
authorDetails: {
email: `[email protected]`,
uri: `https://www.pedrolamas.com`,
picture: `logo.jpg`,
biography: `Pedro is a software developer specialized in Microsoft technologies. He's a regular blogger, speaker, and the author of the open-source [Cimbalino Toolkit](http://cimbalino.org).`,
twitter: `pedrolamas`,
},
twitter: { username: `pedrolamas` },
facebook: {
appId: `401681359922124`,
publisher: `150703221746608`,
admins: `1049758397`,
},
social: {
links: [`https://twitter.com/pedrolamas`, `https://hachyderm.io/@pedrolamas`, `https://www.facebook.com/pedrolamas`, `https://www.linkedin.com/in/pedrolamas`, `https://github.com/pedrolamas`],
},
sidebar: {
logos: [
// {
// image: `wp-content/uploads/2017/03/MVP_Logo_Horizontal_Preferred_Cyan300_RGB_300ppi.png`,
// title: `Microsoft Most Valuable Professional (MVP) for Windows Development`,
// },
],
},
googleGtag: `G-MBR2EXEDTY`,
disqusShortname: `pedrolamas-com`,
};