From 44dbcd6f34c676cefbacf12f18d9883c597a681a Mon Sep 17 00:00:00 2001 From: Track3 Date: Tue, 23 Oct 2018 13:15:50 +0800 Subject: First commit --- exampleSite/content/about-hugo.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 exampleSite/content/about-hugo.md (limited to 'exampleSite/content/about-hugo.md') diff --git a/exampleSite/content/about-hugo.md b/exampleSite/content/about-hugo.md new file mode 100644 index 0000000..b188b2a --- /dev/null +++ b/exampleSite/content/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). + -- cgit v1.2.3