docusaurus-aueb-theme
v1.0.1
Published
Custom Docusaurus theme for AUEB with updated primary colors
Maintainers
Readme
Docusaurus AUEB Theme
A custom Docusaurus theme with AUEB's primary color palette.
Installation
npm install docusaurus-aueb-themeUsage
Add the following to your docusaurus.config.js file
module.exports = {
themeConfig: {
customCss: require.resolve('docusaurus-aueb-theme/theme.css'),
},
};