Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/billhu0/billhu-hexo-blog

My blog.
https://github.com/billhu0/billhu-hexo-blog

blog hexo

Last synced: 2 months ago
JSON representation

My blog.

Awesome Lists containing this project

README

        

Hexo logo

# Bill Hu's Hexo Blog

> billhu-hexo-blog

## What is this repo about?

Welcome to my blog! It is created with [hexo](https://hexo.io) and theme [fluid](https://github.com/fluid-dev/hexo-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](https://www.billhu.us)**

Also available on:

- [https://billhu0.github.io](https://billhu0.github.io)
- [https://billhu0.vercel.app](https://billhu0.vercel.app)

Thanks for visiting!

## How to use this repository?

- Step1: Clone or download

```shell
git clone --depth=1 https://github.com/billhu0/billhu-hexo-blog.git
```

- Step2: Install dependencies

```shell
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`.