1.0.1 • Published 7 months ago

docusaurus-aueb-theme v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Docusaurus AUEB Theme

A custom Docusaurus theme with AUEB's primary color palette.

Installation

npm install docusaurus-aueb-theme

Usage

Add the following to your docusaurus.config.js file

module.exports = {
  themeConfig: {
    customCss: require.resolve('docusaurus-aueb-theme/theme.css'),
  },
};
1.0.1

7 months ago

1.0.0

7 months ago