Deploy your hugo site with github pages using one command
Project description
hugo-deployer-git
Deploy your hugo site using one command
Inspired by hexo-deployer-git.
Installation
pip3 install hugo-deployer-git
Setup
In your config.toml
, insert this section with your configs.
[hugo-deployer-git]
# required
repo = "your github page repo"
branch = "master"
# optoinal
name= "haha"
email= "test@testtest.com"
message = ""
build-config= "--minify"
How to use
cd to your hugo project and use hugo-deployer-git
.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.