From 6acb3ba90d3edc40e31ab613feaac1dff11d26eb Mon Sep 17 00:00:00 2001 From: vimux Date: Fri, 27 Sep 2019 14:40:22 -0400 Subject: [PATCH] Update about example page from hugoBasicExample --- exampleSite/content/about.md | 33 ++++++++++++++------------------- 1 file changed, 14 insertions(+), 19 deletions(-) diff --git a/exampleSite/content/about.md b/exampleSite/content/about.md index cd7c1ed..39be931 100644 --- a/exampleSite/content/about.md +++ b/exampleSite/content/about.md @@ -1,30 +1,25 @@ --- 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 --- -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) -* [Viper](https://github.com/spf13/viper) -* [J Walter Weatherman](https://github.com/spf13/jWalterWeatherman) -* [Cast](https://github.com/spf13/cast) +Hugo is ideal for blogs, corporate websites, creative portfolios, online magazines, single page applications or even a website with thousands of pages. -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/): - -* 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! +Learn more and contribute on [GitHub](https://github.com/gohugoio).