References
- Introduction to HUGO, a fast and modern static website engine ( GitHub, GoDoc ).
A tutorial about Hosting on GitHub Pages.
Prebuilt releases can be downloaded from github.com/spf13/hugo/releases.
- Alternatively, compiling from source is achieved with a single go command:
go get -v github.com/spf13/hugo
. However, since some of the repositories use Mercurial (hg
), installing it on advance is required:pacman -Ss mercurial
(MSYS2),dnf install mercurial
(Fedora). For further information see GoGetTools.
- Alternatively, compiling from source is achieved with a single go command:
- »
Introduction Go-tour (ES) Go by example Getting Started with Go Go for Object Oriented Programmers [video] Go: Object Oriented and Concurrent (just not the usual way) Basic github.com/golang/ lint go/wiki/ Projects CodeReviewComent SliceTricks golang.org/ ref/spec cmd/vet /doc/ Effective Go How to Write Go Code blog.golang.org/ Go’s Declaration Syntax Go maps in action C? Go? Cgo! Godoc: documenting Go code Advanced gorename: easy refactoring tool for Golang blog. »