Skip to content

billhu0/billhu-hexo-blog

Repository files navigation

Hexo logo

Bill Hu's Hexo Blog

billhu-hexo-blog

What is this repo about?

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.

Bill Hu's Blog

Primary Domain: https://www.billhu.us

Also available on:

Thanks for visiting!

How to use this repository?

  • 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 command hexo cl && hexo g && hexo d.