A green, pure and nice hexo theme for a personal blog, base on apollo and geist-ui, inspired by cactus and douban
🌱 Demo
Green Bit is a seemingly uninhabited island in the New World located immediately north of Dressrosa. Law first mentioned the island when he was speaking to Smoker on Punk Hazard. Its underground is home to the Tontatta Kingdom.
hexo init blog
cd blog
npm install
git clone https://github.com/rayliao/hexo-theme-greenbit.git themes/greenbit
Modify the theme
configuration item of _config.yml
to greenbit
:
theme: greenbit
# Show all articles on archive page
# Requires hexo-generator-archive plugin support installed above
archive_generator:
per_page: 0
yearly: false
monthly: false
daily: false
cd themes/greenbit
git pull
MIT