Skip to content

theatrikiopa/docusaurus-aueb-theme

Repository files navigation

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'),
  },
};