You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add AnnouncementBar for State of Gulp survey
feat: Re-add American Express as a sponsor
chore: Remove WordTips sponsor that dropped off in 2023
chore: Update content to reflect state of backer banner
feat: Add Web Weekly sponsor
Copy file name to clipboardexpand all lines: docusaurus.config.js
+30-15
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,12 @@ module.exports = {
15
15
projectName: 'gulpjs.github.io',
16
16
// The theme
17
17
themeConfig: {
18
+
announcementBar: {
19
+
id: 'state_of_gulp',
20
+
content:
21
+
`We're seeking your feedback until May 31st—participate in the <a href="https://www.surveyhero.com/c/9sfd37mk" target="_blank" rel="noopener noreferrer nofollow">Gulp Developer Survey</a> today!`,
22
+
isCloseable: false,
23
+
},
18
24
colorMode: {
19
25
defaultMode: 'light',
20
26
disableSwitch: true,
@@ -170,25 +176,34 @@ module.exports = {
170
176
// flexBasis: '80px',
171
177
// },
172
178
// },
173
-
{
174
-
href: 'https://word.tips/',
175
-
src: 'sponsor-logos/word-tips.png',
176
-
alt: 'WordTips logo',
177
-
title: 'WordTips',
178
-
style: {
179
-
flexBasis: '150px',
180
-
},
181
-
},
182
-
// Stopped donating on June 15th, 2022
179
+
// Stopped donating in Sept 2023
183
180
// {
184
-
// href: 'https://developer.americanexpress.com',
185
-
// src: 'sponsor-logos/american-express.svg',
186
-
// alt: 'American Express',
187
-
// title: 'American Express',
181
+
// href: 'https://word.tips/',
182
+
// src: 'sponsor-logos/word-tips.png',
183
+
// alt: 'WordTips logo',
184
+
// title: 'WordTips',
188
185
// style: {
189
-
// flexBasis: '145px',
186
+
// flexBasis: '150px',
190
187
// },
191
188
// },
189
+
{
190
+
href: 'https://developer.americanexpress.com',
191
+
src: 'sponsor-logos/american-express.svg',
192
+
alt: 'American Express',
193
+
title: 'American Express',
194
+
style: {
195
+
flexBasis: '145px',
196
+
},
197
+
},
198
+
{
199
+
href: 'https://webweekly.email/',
200
+
src: 'sponsor-logos/web-weekly.svg',
201
+
alt: 'Web Weekly - Your friendly web dev newsletter',
202
+
title: 'Web Weekly - Your friendly web dev newsletter',
0 commit comments