https://github.com/aden-q/aden-q.github.io
My blog repo
https://github.com/aden-q/aden-q.github.io
Last synced: 3 months ago
JSON representation
My blog repo
- Host: GitHub
- URL: https://github.com/aden-q/aden-q.github.io
- Owner: Aden-Q
- Created: 2023-11-08T07:40:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-30T06:24:47.000Z (4 months ago)
- Last Synced: 2025-04-11T03:47:42.432Z (3 months ago)
- Homepage: https://aden-q.github.io/
- Size: 190 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aden-Q.github.io
Powered by `Hexo`, `GitHub`, `PicGo`, and `Node.js`## Usage
### Create a new post
```bash
$ hexo new "title"
```### Create a new draft
```bash
$ hexo new draft "title"
```### Publish a draft
```bash
$ hexo publish "title"
```### Generate static files
```bash
$ hexo generate
```### Start a local server
```bash
$ hexo server
```## Plugins
+ [hexo-renderer-marked](https://github.com/hexojs/hexo-renderer-marked)
+ [hexo-generator-feed](https://github.com/hexojs/hexo-generator-feed)
+ [hexo-generator-search](https://www.npmjs.com/package/hexo-generator-search)