https://github.com/nodejh/deploy_static_blog
🚀 One-click deploy static blog
https://github.com/nodejh/deploy_static_blog
Last synced: about 1 year ago
JSON representation
🚀 One-click deploy static blog
- Host: GitHub
- URL: https://github.com/nodejh/deploy_static_blog
- Owner: nodejh
- Created: 2016-12-04T16:46:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-19T16:36:58.000Z (about 9 years ago)
- Last Synced: 2025-01-16T12:52:33.208Z (about 1 year ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Deploy Static Blog
One-click to deploy static blog to github pages and github issues.
#### Hugo
> script: deploy_hugo.sh
+ Place the `deploy_hugo.sh` file in the root directory of Hugo.
+ Add excutable permission to `deploy_hugo.sh`: `sudo chmod +x deploy_hugo.sh`.
+ Run command `./deploy_hugo.sh` to deploy your static blog.
## 一键部署静态博客
一键部署静态博客到 Github Pages 和 Github Issues。
#### hugo
> 脚本:deploy_hugo.sh
+ 将文件放在 Hugo 的根目录
+ 赋予 `./deploy_hugo.sh` 可执行权限:`sudo chmod +x deploy_hugo.sh`
+ 编辑完成之后运行 `./deploy_hugo.sh` 命令即可