An open API service indexing awesome lists of open source software.

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

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` 命令即可