1
0
mirror of https://github.com/go-task/task.git synced 2025-06-23 00:38:19 +02:00

chore(website): reactivate carbon

This commit is contained in:
Andrey Nering
2023-08-09 20:47:43 -03:00
parent 90a8c26b25
commit 2b21fd2eda
6 changed files with 114 additions and 1 deletions

View File

@ -96,7 +96,10 @@ const getConfig = async () => {
},
blog: false,
theme: {
customCss: [require.resolve('./src/css/custom.css')]
customCss: [
require.resolve('./src/css/custom.css'),
require.resolve('./src/css/carbon.css')
]
},
gtag: {
trackingID: 'G-4RT25NXQ7N',
@ -111,6 +114,13 @@ const getConfig = async () => {
]
],
scripts: [
{
src: '/js/carbon.js',
async: true
}
],
themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({