diff options
author | swills <swills@FreeBSD.org> | 2016-07-15 23:01:39 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2016-07-15 23:01:39 +0800 |
commit | 93bc8dc06ac1f9bd926c8070d2e64265fd582517 (patch) | |
tree | 89deb8367bbf518cddf92b6f115d0cc57a6c8fab /www/Makefile | |
parent | bc869f324fb4de8cfe0df25efcb140bc0db5de18 (diff) | |
download | freebsd-ports-gnome-93bc8dc06ac1f9bd926c8070d2e64265fd582517.tar.gz freebsd-ports-gnome-93bc8dc06ac1f9bd926c8070d2e64265fd582517.tar.zst freebsd-ports-gnome-93bc8dc06ac1f9bd926c8070d2e64265fd582517.zip |
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)
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 2c919c028dfc..1711d15f7b59 100644 --- a/www/Makefile +++ b/www/Makefile @@ -204,6 +204,7 @@ SUBDIR += glpi SUBDIR += gnome-user-share SUBDIR += gnome-web-photo + SUBDIR += gohugo SUBDIR += google-appengine SUBDIR += google-sitemapgen SUBDIR += googlebook_dl |