Deploy your hugo site with github pages using one command
Project description
hugo-deployer-git
Deploy your hugo site with git using one command
Inspired by hexo-deployer-git.
Installation
pip3 install hugo-deployer-git
Setup
In your config.toml
, put in this section
[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
In your hugo website folder, 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.