vuepress-theme-default-rtl

1.0.2 • Public • Published

vuepress-theme-default-rtl

✏️ RTL version for VuePress default theme.

Demo with dummy text: preview

Installation

$ yarn add vuepress-theme-default-rtl --dev
# or
$ npm install vuepress-theme-default-rtl --save-dev

Usage

Modify your .vuepress/config.js and provide the theme option.

module.exports = {
  theme: 'default-rtl',
}

And that's some additional configs: (Optional)

module.exports = {
  theme: 'default-rtl',
  themeConfig: {
    persianDate: true, // used in last-update plugin
    lastUpdated: 'آخرین ویرایش',
    ...
  }
}

License

MIT License

Package Sidebar

Install

npm i vuepress-theme-default-rtl

Weekly Downloads

6

Version

1.0.2

License

MIT

Unpacked Size

200 kB

Total Files

41

Last publish

Collaborators

  • alizadeh118