Update about example page from hugoBasicExample
This commit is contained in:
parent
8f25203787
commit
6acb3ba90d
1 changed files with 14 additions and 19 deletions
|
@ -1,30 +1,25 @@
|
||||||
---
|
---
|
||||||
title: About Hugo
|
title: About Hugo
|
||||||
date: 2014-04-09
|
description: Hugo, the world’s fastest framework for building websites
|
||||||
|
date: 2019-02-28
|
||||||
|
author: Hugo Authors
|
||||||
menu: main
|
menu: main
|
||||||
---
|
---
|
||||||
|
|
||||||
Hugo is a static site engine written in Go.
|
Written 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.
|
||||||
|
|
||||||
|
Hugo makes use of a variety of open source projects including:
|
||||||
|
|
||||||
It makes use of a variety of open source projects including:
|
* https://github.com/russross/blackfriday
|
||||||
|
* https://github.com/alecthomas/chroma
|
||||||
|
* https://github.com/muesli/smartcrop
|
||||||
|
* https://github.com/spf13/cobra
|
||||||
|
* https://github.com/spf13/viper
|
||||||
|
|
||||||
* [Cobra](https://github.com/spf13/cobra)
|
Hugo is ideal for blogs, corporate websites, creative portfolios, online magazines, single page applications or even a website with thousands of pages.
|
||||||
* [Viper](https://github.com/spf13/viper)
|
|
||||||
* [J Walter Weatherman](https://github.com/spf13/jWalterWeatherman)
|
|
||||||
* [Cast](https://github.com/spf13/cast)
|
|
||||||
|
|
||||||
Learn more and contribute on [GitHub](https://github.com/spf13).
|
Hugo is for people who want to hand code their own website without worrying about setting up complicated runtimes, dependencies and databases.
|
||||||
|
|
||||||
## Setup
|
Websites built with Hugo are extremelly fast, secure and can be deployed anywhere including, AWS, GitHub Pages, Heroku, Netlify and any other hosting provider.
|
||||||
|
|
||||||
Some fun facts about [Hugo](http://gohugo.io/):
|
Learn more and contribute on [GitHub](https://github.com/gohugoio).
|
||||||
|
|
||||||
* Built in [Go](http://golang.org/)
|
|
||||||
* Loosely inspired by [Jekyll](http://jekyllrb.com/)
|
|
||||||
* Primarily developed by [spf13](http://spf13.com/) on the train while commuting to and from Manhattan.
|
|
||||||
* Coded in [Vim](http://vim.org) using [spf13-vim](http://vim.spf13.com/)
|
|
||||||
|
|
||||||
Have questions or suggestions? Feel free to [open an issue on GitHub](https://github.com/spf13/hugo/issues/new) or [ask me on Twitter](https://twitter.com/spf13).
|
|
||||||
|
|
||||||
Thanks for reading!
|
|
||||||
|
|
Loading…
Reference in a new issue