UNPKG

hexo-generator-cname

Version:

Github pages CNAME generator plugin for Hexo

25 lines (15 loc) 388 B
# hexo-generator-cname A very simple plugin to generate a Github pages CNAME file automatically for [Hexo 3](https://npmjs.org/package/hexo). ## Usage ### Install ``` npm install hexo-generator-cname --save ``` ### Enable Add `hexo-generator-cname` to `plugins` in `_config.yml`. ``` yaml plugins: - hexo-generator-cname ``` ## License [MIT License](http://ilee.mit-license.org)