We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33c6d62 commit 1655281Copy full SHA for 1655281
src/configs/site.ts
@@ -33,6 +33,10 @@ export default {
33
name: 'Microsoft',
34
icon: 'bi:sun-fill',
35
},
36
+ twitter: {
37
+ name: 'Twitter',
38
+ icon: 'bi:sun-fill',
39
+ },
40
41
plugins: {
42
counterAnalytics: {
theme.config.cjs
@@ -212,5 +212,13 @@ module.exports = {
212
tertiary: themeColors.light['tertiary'],
213
}, false)
214
215
+ {
216
+ name: 'twitter',
217
+ extend: siteTheme({
218
+ primary: '#1d9bf0',
219
+ secondary: themeColors.light['secondary'],
220
+ tertiary: themeColors.light['tertiary'],
221
+ }, false)
222
223
]
224
}
0 commit comments