Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bxm0927/bxm0927.github.io
- Owner: bxm0927
- Created: 2020-05-22T17:20:10.000Z (over 4 years ago)
- Default Branch: workspace
- Last Pushed: 2022-12-11T07:17:21.000Z (about 2 years ago)
- Last Synced: 2024-04-15T07:42:48.321Z (9 months ago)
- Topics: blog, hexo
- Language: Stylus
- Homepage: https://bxm0927.github.io/
- Size: 3.05 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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
```