Adaptation of http://getbootstrap.com/examples/blog/ for hexo
- When at the root of your project
$ https://github.com/klugjo/bootstrap-blog-hexo.git themes/bootstrap-blog
- In your main _config.yml, change the theme to
bootstrap-blog
# Extensions
## Plugins: http://hexo.io/plugins/
## Themes: http://hexo.io/themes/
theme: bootstrap-blog
This theme is the result of a tutorial explaining how to build Hexo Themes from scratch.