Skip to content
This repository has been archived by the owner on Mar 19, 2022. It is now read-only.

Custom version of Hugo built for Windows. Used as a Git submodule for some projects.

Notifications You must be signed in to change notification settings

RedpointArchive/hugo-built-hq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Custom version of Hugo

Built with:

export PATH=$PATH:~/go/bin/
go get github.com/magefile/mage
go get -d github.com/gohugoio/hugo
cd ~/go/src/github.com/gohugoio/hugo
git remote add fork https://github.com/hach-que/hugo
git fetch --all
git checkout -f fork/master
mage vendor
mage install

About

Custom version of Hugo built for Windows. Used as a Git submodule for some projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published