Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bxm0927/bxm0927.github.io

blog
https://github.com/bxm0927/bxm0927.github.io

blog hexo

Last synced: 9 days ago
JSON representation

blog

Awesome Lists containing this project

README

        

# ✨ blog

It's my personal blog, share with you IT technology, to achieve progress together.

Welcome to visit it 👉 https://bxm0927.github.io/

Deploy Branch:`master`

Writing Branch:`workspace`

## ✂️ Quick Start

```bash
# Install Hexo
$ npm install hexo-cli -g

# Setup your blog
$ hexo init blog
$ cd blog

# Start the server
$ hexo server

# Create a new post
$ hexo new "Hello Hexo"

# Generate static files
$ hexo generate
```

Deploy

```
npm run deploy
```