1.1.1 • Published 4 years ago

vuepress-theme-solarized v1.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

vuepress-theme-solarized

npm License Vuepress Build Status

The Solarized theme for Vuepress

Features

  • Customizable typography: Import and use your favorite web-fonts. Customize font sizes and text-adjustment for body text
  • Dark and light themes: With a theme-switcher and native theme detection to set the theme automatically as per the user preference

Get Started

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

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

Update .vuepress/config.js as follows.

module.exports = {
	theme: 'vuepress-theme-solarized',
	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: 'solarized',
	globalUIComponents: ['ThemeManager'],
};

Plugins

This theme has the following plugins built in: