summaryrefslogtreecommitdiff
path: root/exampleSite/content/about.md
diff options
context:
space:
mode:
authorAdam Olech <nddr89@gmail.com>2021-10-29 00:46:16 +0200
committerAdam Olech <nddr89@gmail.com>2021-10-29 00:46:16 +0200
commitc1cff37da62087403680cef143f2a2c3089a88d2 (patch)
tree5f2f7d8112ff1d6cd59db5b87202862cc59564f0 /exampleSite/content/about.md
parent32d39a31c779bdced0941f21b3faf13ea13be5c5 (diff)
Remove example site
Diffstat (limited to 'exampleSite/content/about.md')
-rw-r--r--exampleSite/content/about.md25
1 files changed, 0 insertions, 25 deletions
diff --git a/exampleSite/content/about.md b/exampleSite/content/about.md
deleted file mode 100644
index b31bf1d..0000000
--- a/exampleSite/content/about.md
+++ /dev/null
@@ -1,25 +0,0 @@
-+++
-title = "About"
-description = "Hugo, the world's fastest framework for building websites"
-date = "2019-02-28"
-aliases = ["about-us", "about-hugo", "contact"]
-author = "Hugo Authors"
-+++
-
-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 extremely 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).