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

github.com/siegerts/hugo-theme-basic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/content/page/about-hugo.md')
-rwxr-xr-xexampleSite/content/page/about-hugo.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/exampleSite/content/page/about-hugo.md b/exampleSite/content/page/about-hugo.md
new file mode 100755
index 0000000..b188b2a
--- /dev/null
+++ b/exampleSite/content/page/about-hugo.md
@@ -0,0 +1,17 @@
++++
+title = "About Hugo"
+date = "2014-04-09"
++++
+
+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:
+
+* 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).
+