exampleSite/content/about.md (view raw)
1+++
2title = "About"
3description = "Hugo, the world’s fastest framework for building websites"
4date = "2019-02-28"
5aliases = ["about-us","about-hugo","contact"]
6author = "Hugo Authors"
7+++
8
9Written in Go, Hugo is an open source static site generator available under the [Apache Licence 2.0.](https://github.com/gohugoio/hugo/blob/master/LICENSE) Hugo supports TOML, YAML and JSON data file types, Markdown and HTML content files and uses shortcodes to add rich content. Other notable features are taxonomies, multilingual mode, image processing, custom output formats, HTML/CSS/JS minification and support for Sass SCSS workflows.
10
11Hugo makes use of a variety of open source projects including:
12
13* https://github.com/yuin/goldmark
14* https://github.com/alecthomas/chroma
15* https://github.com/muesli/smartcrop
16* https://github.com/spf13/cobra
17* https://github.com/spf13/viper
18
19Hugo is ideal for blogs, corporate websites, creative portfolios, online magazines, single page applications or even a website with thousands of pages.
20
21Hugo is for people who want to hand code their own website without worrying about setting up complicated runtimes, dependencies and databases.
22
23Websites built with Hugo are extremelly fast, secure and can be deployed anywhere including, AWS, GitHub Pages, Heroku, Netlify and any other hosting provider.
24
25Learn more and contribute on [GitHub](https://github.com/gohugoio).
26
27
28