Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/billhu0/billhu-hexo-blog
- Owner: billhu0
- License: mit
- Created: 2022-04-04T14:57:55.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-14T04:59:33.000Z (3 months ago)
- Last Synced: 2024-11-14T05:27:55.408Z (3 months ago)
- Topics: blog, hexo
- Language: CSS
- Homepage: https://www.billhu.us
- Size: 91.2 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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`.