2019-02-05 14:54:17 +00:00
|
|
|
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
|
2016-07-15 15:01:39 +00:00
|
|
|
content. Since websites are viewed far more often than they are edited, Hugo is
|
|
|
|
optimized for website viewing while providing a great writing experience.
|
|
|
|
|
2019-02-05 14:54:17 +00:00
|
|
|
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,
|
2016-07-15 15:01:39 +00:00
|
|
|
Python or PHP and without dependencies on any databases.
|
|
|
|
|
2018-06-29 18:38:13 +00:00
|
|
|
WWW: https://gohugo.io
|