From e13df26c715f17686fbae1e709a3115ac7377df8 Mon Sep 17 00:00:00 2001 From: Jan Raasch Date: Fri, 4 Sep 2020 08:54:19 +0200 Subject: refactor: move (non-post) pages to "content"-root --- exampleSite/content/blog/hugo.md | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 exampleSite/content/blog/hugo.md (limited to 'exampleSite/content/blog/hugo.md') diff --git a/exampleSite/content/blog/hugo.md b/exampleSite/content/blog/hugo.md deleted file mode 100644 index 2245a48..0000000 --- a/exampleSite/content/blog/hugo.md +++ /dev/null @@ -1,31 +0,0 @@ -+++ -title = "Hugo" -menu = "main" -date = "2020-01-02" -tags = [ - "blogging", - "static site generator" -] -+++ - -# Hugo - -Website: https://gohugo.io - -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 swift, 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). -- cgit v1.2.3