docusaurus/packages/docusaurus-theme-classic
Alexey Pyltsyn c0c7457e01
feat(v2): allow specifying meta image for blog posts (#2856)
* feat(v2): allow specifying meta image for blog posts

* Update docs [skip ci]
2020-06-02 10:48:22 +03:00
..
src feat(v2): allow specifying meta image for blog posts (#2856) 2020-06-02 10:48:22 +03:00
package-lock.json v2.0.0-alpha.56 2020-05-27 20:18:28 +03:00
package.json v2.0.0-alpha.56 2020-05-27 20:18:28 +03:00
README.md docs(v2) themes (#1645) 2019-07-26 12:00:40 +07:00

Docusaurus Theme Classic

The classic theme for Docusaurus.

Installation

Add docusaurus/theme-classic to your package:

npm i @docusaurus/theme-classic
# or
yarn add @docusaurus/theme-classic

Modify your docusaurus.config.js:

module.exports = {
  ...
+ themes: ['@docusaurus/theme-classic'],
  ...
}

Swizzling components

$ npm swizzle @docusaurus/theme-classic [component name]

All components used by this theme can be found here