docusaurus/packages/docusaurus-theme-classic
Alexey Pyltsyn b7a2ad2904
feat(v2): pluralize posts on tag's page (#2263)
* feat(v2): pluralize posts on tag's page

* FIx ESlint error for  import/no-extraneous-dependencies rule

* Move pluralize method to theme scope

* Fix import
2020-02-07 00:55:28 +08:00
..
src feat(v2): pluralize posts on tag's page (#2263) 2020-02-07 00:55:28 +08:00
package-lock.json fix(v2): reinit hideable header position when page switched (#2160) 2020-01-03 11:04:15 +08:00
package.json feat(v2): pluralize posts on tag's page (#2263) 2020-02-07 00:55:28 +08: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