Skip to content

rayjolt/beautiful-hexo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beautiful-hexo is a simple elegant hexo theme ported from Beautiful-jekyll which written by Dean Attali. Nice work!

hexo-preview

Install

hexo init site 
cd site
npm install --save hexo-generator-archive hexo-renderer-jade hexo-generator-tag hexo-generator-feed hexo-generator-sitemap hexo-browsersync 
git clone --depth 1 git@github.com:twoyao/beautiful-hexo.git themes/beautiful-hexo

Modify _config.yml change theme to beautiful-hexo and configure hexo-generator-archive :

theme: beautiful-hexo

archive_generator:
    per_page: 0
    yearly: false
    monthly: false
    daily: false

Theme config file is brief and clear. If you have any question, check hexo online document.

About

hexo theme ported from beautiful-jekyll.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 56.2%
  • HTML 29.8%
  • JavaScript 14.0%