1.0.0 • Published 4 years ago

hexo-typography v1.0.0

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

hexo-typography

typography.js with Hexo, inject typography.js style to your site.

Installation

Using npm

npm install hexo-typography

or with yarn

yarn add hexo-typography

Usage

For example, to use typography-theme-github theme, add following config to _config.yml in root directory.

typography:
  theme: typography-theme-github

Then, don't forget to install typography-theme-github.

yarn add typography-theme-github

For more themes, see here.

TODO

  • ability to customize theme
  • allow to inject external stylesheet
1.0.0

4 years ago