Theme Configuration
TIP
You should see the difference between and
themeConfig
, the former is a configuration for the theme itself, provided by VuePress. The latter is the user’s configuration for the theme, implemented by the used theme, for example Default Theme Config.
- Type:
Array|Object
- Default: undefined
- .
WARNING
You probably don’t need to use following options tagged with Danger Zone unless you know what you are doing!
- Type:
String
- Default: undefined
HTML template path used in mode, default template see here
- Type:
String
Also see:
- .
- Type:
String
- Default: undefined
VuePress provides the ability to inherit one theme from another. VuePress will follow the concept of override
and automatically help you prioritize thematic attributes, for example styles and layout components.
Also see:
- Type:
For example, when you want to set a global header and footer for your theme, you can do this: