2014-04-27 00:00:10 +02:00
+++
title = "About Hugo"
date = "2014-04-09"
2014-04-27 00:24:08 +02:00
menu = "main"
2014-04-27 00:00:10 +02:00
+++
2015-02-11 09:26:07 +01:00
Hugo is a static site engine written in Go.
2014-04-27 00:00:10 +02:00
It makes use of a variety of open source projects including:
2015-02-11 09:26:07 +01:00
* [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 )
2014-04-27 00:00:10 +02:00
Learn more and contribute on [GitHub ](https://github.com/spf13 ).
## Setup
2015-02-11 09:26:07 +01:00
Some fun facts about [Hugo ](http://gohugo.io/ ):
2014-04-27 00:00:10 +02:00
2015-02-11 09:26:07 +01:00
* 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/ )
2014-04-27 00:00:10 +02:00
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!