Skip to content

Commit 273a62b

Browse files
author
Sagar Jain
committed
fix: refactoring and bugfixes
1 parent eb31d35 commit 273a62b

File tree

139 files changed

+43
-12336
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+43
-12336
lines changed

gatsby-config.js

Lines changed: 28 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -87,21 +87,21 @@ module.exports = {
8787
},
8888
},
8989
{
90-
resolve: 'gatsby-plugin-google-analytics',
91-
options: {
92-
trackingId: process.env.GATSBY_GOOGLE_ANALYTICS,
93-
head: false,
94-
anonymize: true,
95-
respectDNT: true,
96-
exclude: ["/preview/**", "/do-not-track/me/too/"],
97-
pageTransitionDelay: 0,
98-
}
90+
resolve: 'gatsby-plugin-google-analytics',
91+
options: {
92+
trackingId: process.env.GATSBY_GOOGLE_ANALYTICS,
93+
head: false,
94+
anonymize: true,
95+
respectDNT: true,
96+
exclude: ["/preview/**", "/do-not-track/me/too/"],
97+
pageTransitionDelay: 0,
98+
}
9999
},
100100
{
101-
resolve: 'gatsby-source-instagram',
102-
options: {
103-
username: process.env.GATSBY_INSTAGRAM_SOURCE
104-
}
101+
resolve: 'gatsby-source-instagram',
102+
options: {
103+
username: process.env.GATSBY_INSTAGRAM_SOURCE
104+
}
105105
},
106106
{
107107
resolve: `gatsby-plugin-pinterest-twitter-facebook`,
@@ -117,14 +117,26 @@ module.exports = {
117117
containerSelector: '.twitter-container',
118118
handle: process.env.GATSBY_TWITTER_SOURCE,
119119
showFollowButton: true,
120-
showTimeline: true
120+
showTimeline: true,
121+
showFollowerCount: true,
122+
timelineTweetCount: 1,
123+
noHeader: true,
124+
noFooter: true,
125+
noBorders: true,
126+
noScrollbar: true,
127+
transparent: true
121128
},
122129
facebook: {
123130
enable: true,
124131
containerSelector: '.facebook-container',
125132
profile: process.env.GATSBY_FACEBOOK_SOURCE,
126-
showLikeButton: true,
127-
showTimeline: true
133+
width: 340,
134+
height: 500,
135+
tabs: 'timeline',
136+
hideCover: false,
137+
showFacepile: true,
138+
smallHeader: false,
139+
adaptContainerWidth: true
128140
}
129141
}
130142
},

public/404.html

Lines changed: 0 additions & 17 deletions
This file was deleted.

public/404/index.html

Lines changed: 0 additions & 17 deletions
This file was deleted.

public/about/index.html

Lines changed: 0 additions & 89 deletions
This file was deleted.

public/app-8f5dc351b0d6d90978c5.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

public/app-8f5dc351b0d6d90978c5.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/chunk-map.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/commons-65ca80b31ec556c7735f.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

public/commons-65ca80b31ec556c7735f.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/commons.17c79ea73e4fb751ed11.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)