1.0.0-beta.2 • Published 6 months ago

docusaurus-theme-kennethormandy v1.0.0-beta.2

Weekly downloads
-
License
SEE LICENSE IN RE...
Repository
github
Last release
6 months ago

docusaurus-theme-kennethormandy

My shared configuration and customisations for Docusaurus, namely:

  • Style overrides
  • Better PHP, Twig, and Shell language support
  • Consistent docs config for Craft CMS plugins
  • Newsletter form component

Usage

Create a new Docusaurus project, and then replace the docusaurus.config.js file with the following:

import config from 'docusaurus-theme-kennethormandy/docusaurus.config.js';

const title = 'My Title'
config.title = title
config.themeConfig.navbar.title = title

export default config