hexo-typography
v1.0.0
Published
Bring typography.js to Hexo
Downloads
3
Readme
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