Skip to content

minokoko/hexo-theme-jekyll

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project development has cease, welcome to try the new theme hexo-theme-apollo.

hexo-theme-jekyll-screenshot

Install

$ hexo init Blog && cd Blog && npm install
$ npm install --save hexo-renderer-jade hexo-generator-feed
$ git clone https://github.com/pinggod/hexo-theme-jekyll.git themes/jekyll

Enable

Modify theme setting in _config.yml to jekyll:

theme: jekyll

Add feed setting:

feed:
  type: atom
  path: atom.xml
  limit: 20

Add Demo.md

For better experience, you can remove default demo markdown file by using the follow command and add another markdown file provided by this theme:

$ rm source/_posts/hello-world.md && mv themes/jekyll/.post/demo.md source/_posts 

Run

$ hexo g && hexo s

License

MIT

About

A hexo theme inspire by jekyllrb.com.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 74.5%
  • HTML 24.1%
  • JavaScript 1.4%