Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoBasicExample.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/about.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/content/about.md b/content/about.md
index 16862e6..77adcf1 100644
--- a/content/about.md
+++ b/content/about.md
@@ -4,15 +4,15 @@ date = "2014-04-09"
menu = "main"
+++
-Hugo is a static site engine written in Go.
-
+Hugo is the **world’s fastest framework for building websites**. It is written in Go.
It makes use of a variety of open source projects including:
-* [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)
+* 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
Learn more and contribute on [GitHub](https://github.com/gohugoio).