Hugo: a fast and modern static website engine
- 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:
-
- Blackfriday is the Markdown rendering engine used in Hugo
Extras
- Built-in
- LiveReload:
$ hugo server --watch
> Awesome for development, but not something you would want to do in production. Since many people use hugo server –watch in production to instantly display any updated content, we’ve made it easy to disable the LiveReload functionality:$ hugo server --watch --disableLiveReload
- Aliases
- Tables of Contents
- LiveReload:
- With external dependencies
- Syntax highlighting is supported through an external Python-based program called Pygments.
- Many solutions are supported to provide comments, among which Discourse seems to be the most complete for own deployment.
- Built-in
Themes
Template/Theme Design