billhu-hexo-blog
Welcome to my blog! It is created with hexo and theme fluid. This repo is the blog base, mainly for my backup use. You may also use it to help you build yours.
Primary Domain: https://www.billhu.us
Also available on:
Thanks for visiting!
-
Step1: Clone or download
git clone --depth=1 https://github.com/billhu0/billhu-hexo-blog.git
-
Step2: Install dependencies
cd billhu-hexo-blog npm install
-
Step3: You are done! Write articles in
./source/_posts/
, and deploy with commandhexo cl && hexo g && hexo d
.