docusaurus-theme-kennethormandy
v1.0.0-beta.2
Published
My shared configuration and customisations for [Docusaurus](https://docusaurus.io), namely:
Readme
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