From eb4c956b40c377573f32b9b6cfb980358b84e684 Mon Sep 17 00:00:00 2001 From: Calin Tataru Date: Fri, 11 Oct 2019 15:49:41 +0100 Subject: Changed content structure of example site --- exampleSite/content/about.md | 11 +++++++++++ exampleSite/content/about/index.md | 11 ----------- 2 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 exampleSite/content/about.md delete mode 100644 exampleSite/content/about/index.md diff --git a/exampleSite/content/about.md b/exampleSite/content/about.md new file mode 100644 index 0000000..4d4898b --- /dev/null +++ b/exampleSite/content/about.md @@ -0,0 +1,11 @@ +--- +title: About +description: What is Hugo? +--- + +Hugo is a fast and modern static site generator written in Go, and designed to make website creation fun again. +Hugo is a general-purpose website framework. Technically speaking, Hugo is a static site generator. Unlike systems that dynamically build a page with each visitor request, Hugo builds pages when you create or update your content. Since websites are viewed far more often than they are edited, Hugo is designed to provide an optimal viewing experience for your website’s end users and an ideal writing experience for website authors. + +Websites built with Hugo are extremely fast and secure. Hugo sites can be hosted anywhere, including Netlify, Heroku, GoDaddy, DreamHost, GitHub Pages, GitLab Pages, Surge, Aerobatic, Firebase, Google Cloud Storage, Amazon S3, Rackspace, Azure, and CloudFront and work well with CDNs. Hugo sites run without the need for a database or dependencies on expensive runtimes like Ruby, Python, or PHP. + +We think of Hugo as the ideal website creation tool with nearly instant build times, able to rebuild whenever a change is made. diff --git a/exampleSite/content/about/index.md b/exampleSite/content/about/index.md deleted file mode 100644 index 4d4898b..0000000 --- a/exampleSite/content/about/index.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: About -description: What is Hugo? ---- - -Hugo is a fast and modern static site generator written in Go, and designed to make website creation fun again. -Hugo is a general-purpose website framework. Technically speaking, Hugo is a static site generator. Unlike systems that dynamically build a page with each visitor request, Hugo builds pages when you create or update your content. Since websites are viewed far more often than they are edited, Hugo is designed to provide an optimal viewing experience for your website’s end users and an ideal writing experience for website authors. - -Websites built with Hugo are extremely fast and secure. Hugo sites can be hosted anywhere, including Netlify, Heroku, GoDaddy, DreamHost, GitHub Pages, GitLab Pages, Surge, Aerobatic, Firebase, Google Cloud Storage, Amazon S3, Rackspace, Azure, and CloudFront and work well with CDNs. Hugo sites run without the need for a database or dependencies on expensive runtimes like Ruby, Python, or PHP. - -We think of Hugo as the ideal website creation tool with nearly instant build times, able to rebuild whenever a change is made. -- cgit v1.2.3