Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fusic/light-blog
チームLIGHTの雑記ブログ
https://github.com/fusic/light-blog
Last synced: about 1 month ago
JSON representation
チームLIGHTの雑記ブログ
- Host: GitHub
- URL: https://github.com/fusic/light-blog
- Owner: fusic
- Created: 2020-07-22T02:19:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T15:45:59.000Z (about 2 years ago)
- Last Synced: 2024-08-16T10:51:03.590Z (4 months ago)
- Language: EJS
- Homepage: https://light.fusic.co.jp/
- Size: 165 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 新しい投稿をする手順
##### 1. 記事作成
```bash
# source/_posts以下にmdファイル作成
$ hexo new "my new post"
```
##### 2. 静的ファイル作成
```bash
$ hexo generate
```##### 3. push後にmasterにmerge
## 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)
### favicon
docsフォルダにfavicon.pngを設置