Skip to content

LinkNorth/hexo-theme-zonky

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Theme for the Zonkytech blog. Forked from Apollo.

Usage

hexo init blog
cd blog
npm install
npm install --save hexo-renderer-jade hexo-generator-feed hexo-generator-sitemap hexo-browsersync hexo-generator-archive hexo-authors
git clone https://github.com/zonkytech/hexo-theme-zonky.git themes/zonky

Configuration

Edit the _config.yml file and set the them to "zonky".

theme: zonky

# Archive generator
archive_generator:
    per_page: 0
    yearly: false
    monthly: false
    daily: false

# Authors
authors:
  default:
    name: 'Default poster'
  alice:
    name: Alice
    email: [email protected]
  bob:
    name: Bob
    gravatar: 4b9bb80620f03eb3719e0a061c14283d

Update

cd themes/zonky
git pull

License

MIT

About

a clean and delicate hexo theme

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 53.6%
  • HTML 43.7%
  • JavaScript 2.7%