Created attachment 172537 [details] Shell archive of new port - gohugo Hugo is a static site generator. Unlike other systems which dynamically build a page every time a visitor requests one, Hugo does the building when you create your content. Since websites are viewed far more often than they are edited, Hugo is optimized for website viewing while providing a great writing experience.
A commit references this bug: Author: swills Date: Fri Jul 15 15:01:40 UTC 2016 New revision: 418582 URL: https://svnweb.freebsd.org/changeset/ports/418582 Log: www/gohugo: create port Hugo is a general-purpose website framework. Technically speaking, Hugo is a static site generator. Unlike other systems which dynamically build a page every time a visitor requests one, Hugo does the building when you create your content. Since websites are viewed far more often than they are edited, Hugo is optimized for website viewing while providing a great writing experience. Sites built with Hugo are extremely fast and very secure. Hugo sites can be hosted anywhere and run without dependencies on expensive runtimes like Ruby, Python or PHP and without dependencies on any databases. WWW: http://gohugo.io PR: 211127 Submitted by: Ben Lavery <ben.lavery@hashbang0.com> (with minor changes) Changes: head/www/Makefile head/www/gohugo/ head/www/gohugo/Makefile head/www/gohugo/distinfo head/www/gohugo/pkg-descr head/www/gohugo/pkg-plist
Committed, thanks!