diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index 4766798b..1b05d45c 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -10,34 +10,30 @@ languages: name: Home url: / weight: 10 - - identifier: about - name: About - url: /about/ - weight: 20 - identifier: content name: Content url: /content/ - weight: 30 + weight: 20 - identifier: layouts name: Layouts url: /layouts/ - weight: 40 + weight: 30 - identifier: shortcodes name: Shortcodes url: /shortcodes/ - weight: 50 + weight: 40 - identifier: categories name: Categories url: /categories/ - weight: 60 + weight: 50 - identifier: tags name: Tags url: /tags/ - weight: 70 + weight: 60 - identifier: search name: Search url: /search/ - weight: 80 + weight: 70 title: No Borders, No Limits weight: 10 markup: diff --git a/exampleSite/content/about.md b/exampleSite/content/about.md deleted file mode 100644 index c297d6ed..00000000 --- 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).