diff --git a/docs/layouts/index.html b/docs/layouts/index.html new file mode 100644 index 000000000..b6646e751 --- /dev/null +++ b/docs/layouts/index.html @@ -0,0 +1,54 @@ + + + + Hugo Static Site Generator written in Go lang + + + {{ template "chrome/includes.html" . }} + + + +
+
+
+ {{ template "chrome/menu.html" . }} +
+
+ +
+

Hugo

+

A Fast and Flexible Static Site Generator built with love by spf13 + and friends in Go

+

+ Get Started +

+
+
+
+

Fast +
+

+

Written in GoLang for speed, Hugo is significantly faster than most + other static site generators. + A typical website of moderate size can be + rendered in a fraction of a second. A good rule of thumb is that Hugo + takes around 1 millisecond for each piece of content.
+ It's so fast that it will render the site in + less time than it takes to switch to your browser and reload.

+
+
+

Flexible

+

Hugo is made to be very flexible. Define your own content types. Define + your own indexes. Build your own templates, shortcodes and more. + It is written to work well with any + kind of website including blogs, tumbles and docs.

+
+
+

Fun

+

Hugo runs everywhere. Sites generated with Hugo work on every web + server without any special configuration. Hugo + removes all the cruft of building a site allowing you to + focus on writing great content.

+
+
+{{ template "chrome/footer.html" }}