Skip to content

Latest commit

 

History

History
109 lines (68 loc) · 2.14 KB

README.md

File metadata and controls

109 lines (68 loc) · 2.14 KB

Hexo logo

Hexo Template

A fast, simple & powerful blog framework, powered by Node.js. Here is the template of it.



Get Started

Set your site url at line 16

For example, if you use GitHub Page, set url as https://username.github.io/projectname:

url: https://lopins.github.io/hexo-template

Set your project name at line 107

if your project name is username or username.github.io, just remove it at the end of _config.yml:

root: /hexo-template

Configure and Enable theme

  1. npm i hexo-theme-butterfly

  2. Add theme: butterfly to _config.yml

  3. configure the theme in _config.butterfly.yml

  4. configure other config in _config.yml

Push to github

git add . && git commit -m ':memo:docs(blog post): update blog post' && git push origin main

Publish Article

How-to-use-the-hexo-template?

License

MIT License.