Theme for the Zonkytech blog. Forked from Apollo.
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
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
cd themes/zonky
git pull
MIT