https://github.com/devapro/devapro.github.io
My evening journeys
https://github.com/devapro/devapro.github.io
Last synced: 3 months ago
JSON representation
My evening journeys
- Host: GitHub
- URL: https://github.com/devapro/devapro.github.io
- Owner: devapro
- Created: 2025-04-22T21:44:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-29T17:44:26.000Z (6 months ago)
- Last Synced: 2026-01-01T19:03:20.254Z (6 months ago)
- Language: EJS
- Size: 435 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Quick Start
### Create a new post
``` bash
$ hexo new "My New Post"
```
More info: [Writing](https://hexo.io/docs/writing.html)
### Run server
``` bash
$ hexo server
```
More info: [Server](https://hexo.io/docs/server.html)
### Generate static files
``` bash
$ hexo generate
```
More info: [Generating](https://hexo.io/docs/generating.html)
### Deploy to remote sites
``` bash
$ hexo deploy
```
More info: [Deployment](https://hexo.io/docs/one-command-deployment.html)