hugo

Fork of github.com/gohugoio/hugo with reverse pagination support

git clone git://git.shimmy1996.com/hugo.git

what-is-hugo.md (3075B)

    1 ---
    2 title: What is Hugo
    3 linktitle: What is Hugo
    4 description: Hugo is a fast and modern static site generator written in Go, and designed to make website creation fun again.
    5 date: 2017-02-01
    6 publishdate: 2017-02-01
    7 lastmod: 2017-02-01
    8 layout: single
    9 menu:
   10   docs:
   11     parent: "about"
   12     weight: 10
   13 weight: 10
   14 sections_weight: 10
   15 draft: false
   16 aliases: [/overview/introduction/,/about/why-i-built-hugo/]
   17 toc: true
   18 ---
   19 
   20 Hugo is a general-purpose website framework. Technically speaking, Hugo is a [static site generator][]. Unlike systems that dynamically build a page with each visitor request, Hugo builds pages when you create or update your content. Since websites are viewed far more often than they are edited, Hugo is designed to provide an optimal viewing experience for your website's end users and an ideal writing experience for website authors.
   21 
   22 Websites built with Hugo are extremely fast and secure. Hugo sites can be hosted anywhere, including [Netlify][], [Heroku][], [GoDaddy][], [DreamHost][], [GitHub Pages][], [GitLab Pages][], [Surge][], [Aerobatic][], [Firebase][], [Google Cloud Storage][], [Amazon S3][], [Rackspace][], [Azure][], and [CloudFront][] and work well with CDNs. Hugo sites run without the need for a database or dependencies on expensive runtimes like Ruby, Python, or PHP.
   23 
   24 We think of Hugo as the ideal website creation tool with nearly instant build times, able to rebuild whenever a change is made.
   25 
   26 ## How Fast is Hugo?
   27 
   28 {{< youtube "CdiDYZ51a2o" >}}
   29 
   30 ## What Does Hugo Do?
   31 
   32 In technical terms, Hugo takes a source directory of files and templates and uses these as input to create a complete website.
   33 
   34 ## Who Should Use Hugo?
   35 
   36 Hugo is for people that prefer writing in a text editor over a browser.
   37 
   38 Hugo is for people who want to hand code their own website without worrying about setting up complicated runtimes, dependencies and databases.
   39 
   40 Hugo is for people building a blog, a company site, a portfolio site, documentation, a single landing page, or a website with thousands of pages.
   41 
   42 [@spf13]: https://twitter.com/spf13
   43 [Aerobatic]: https://www.aerobatic.com/
   44 [Amazon S3]: https://aws.amazon.com/s3/
   45 [Azure]: https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-static-website
   46 [CloudFront]: https://aws.amazon.com/cloudfront/ "Amazon CloudFront"
   47 [DreamHost]: https://www.dreamhost.com/
   48 [Firebase]: https://firebase.google.com/docs/hosting/ "Firebase static hosting"
   49 [GitHub Pages]: https://pages.github.com/
   50 [GitLab Pages]: https://about.gitlab.com/features/pages/
   51 [Go language]: https://golang.org/
   52 [GoDaddy]: https://www.godaddy.com/ "GoDaddy.com Hosting"
   53 [Google Cloud Storage]: https://cloud.google.com/storage/
   54 [Heroku]: https://www.heroku.com/
   55 [Jekyll]: https://jekyllrb.com/
   56 [Middleman]: https://middlemanapp.com/
   57 [Nanoc]: https://nanoc.ws/
   58 [Netlify]: https://netlify.com
   59 [Rackspace]: https://www.rackspace.com/cloud/files
   60 [Surge]: https://surge.sh
   61 [contributing to it]: https://github.com/gohugoio/hugo
   62 [rackspace]: https://www.rackspace.com/openstack/public/files
   63 [static site generator]: /about/benefits/