1.7.2 • Published 3 years ago

vuepress-theme-succinct v1.7.2

Weekly downloads
285
License
MIT
Repository
github
Last release
3 years ago

vuepress-theme-succinct

Vuepress npm License

A slightly opinionated theme for Vuepress

Features

  • Customizable typography: Webfont support with font size and text-adjustment customization
  • Dark and light themes: System theme detection with a theme-switcher to set the theme as per the user preference
  • Accessible: Larger font size, deeper contrast, better legibility preferences to improve the readability

Get Started

Add the dependency to your existing Vuepress project via Yarn or NPM.

yarn add -D vuepress-theme-succinct
npm install -D vuepress-theme-succinct

Update .vuepress/config.js as follows.

module.exports = {
  theme: 'vuepress-theme-succinct',
  globalUIComponents: [
    'ThemeManager'
  ],
}

ThemeManager provides theme-switching functionality across the app.

Note that you can also use the shorthand name for the theme.

module.exports = {
  theme: 'succinct',
  globalUIComponents: [
    'ThemeManager'
  ],
}

Check out the documentation built with Vuepress and Succinct :smile: for more details.

Contribute

Contributions from the community are welcome and deeply appreciated. Refer to the contribution guidelines to get started.

Plugins

This theme has the following plugins built in:

Acknowledgements

Nods to people and projects that made succinct possible.

1.7.2

3 years ago

1.7.1

3 years ago

1.6.4

4 years ago

1.6.3

4 years ago

1.6.2

4 years ago

1.6.1

4 years ago

1.6.0

4 years ago

1.5.3

4 years ago

1.5.2

4 years ago

1.4.0

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.3

4 years ago

1.2.0

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.0.4

5 years ago

1.0.0-alpha.37

5 years ago

1.0.0-alpha.29

5 years ago

1.0.0-alpha.23

5 years ago

1.0.0-alpha.22

5 years ago

1.0.0-alpha.21

5 years ago

1.0.0-alpha.20

5 years ago

1.0.0-alpha.19

5 years ago