summaryrefslogtreecommitdiffstats
path: root/exampleSite/content/about.md
diff options
context:
space:
mode:
authoramzrk22020-06-04 18:21:46 +0800
committeramzrk22020-06-04 18:21:46 +0800
commit102399b0f8273bc7bb8c3cd881304d1fc01ee2fe (patch)
tree905bb6df1152063fff9b48fe6266d2f6f9e40cd2 /exampleSite/content/about.md
parent03ecbe07ba8149d144fbb369dc13ab0a6a7519cb (diff)
downloadhugo-theme-fuji-102399b0f8273bc7bb8c3cd881304d1fc01ee2fe.tar.gz
hugo-theme-fuji-102399b0f8273bc7bb8c3cd881304d1fc01ee2fe.tar.bz2
hugo-theme-fuji-102399b0f8273bc7bb8c3cd881304d1fc01ee2fe.zip
Update exampleSite
Diffstat (limited to 'exampleSite/content/about.md')
-rw-r--r--exampleSite/content/about.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/exampleSite/content/about.md b/exampleSite/content/about.md
new file mode 100644
index 0000000..a596d02
--- /dev/null
+++ b/exampleSite/content/about.md
@@ -0,0 +1,24 @@
++++
+title = "About Hugo"
+description = "Hugo, the world’s fastest framework for building websites."
+date = 2020-04-11T19:15:32+08:00
+noLicense = true
++++
+
+Written in Go, Hugo is an open source static site generator available under the [Apache Licence 2.0.](https://github.com/gohugoio/hugo/blob/master/LICENSE) Hugo supports TOML, YAML and JSON data file types, Markdown and HTML content files and uses shortcodes to add rich content. Other notable features are taxonomies, multilingual mode, image processing, custom output formats, HTML/CSS/JS minification and support for Sass SCSS workflows.
+
+Hugo makes use of a variety of open source projects including:
+
+- https://github.com/yuin/goldmark
+- https://github.com/alecthomas/chroma
+- https://github.com/muesli/smartcrop
+- https://github.com/spf13/cobra
+- https://github.com/spf13/viper
+
+Hugo is ideal for blogs, corporate websites, creative portfolios, online magazines, single page applications or even a website with thousands of pages.
+
+Hugo is for people who want to hand code their own website without worrying about setting up complicated runtimes, dependencies and databases.
+
+Websites built with Hugo are extremelly fast, secure and can be deployed anywhere including, AWS, GitHub Pages, Heroku, Netlify and any other hosting provider.
+
+Learn more and contribute on [GitHub](https://github.com/gohugoio).