From ccc3d0623c21a5f27ea35018a86b181a97d4ed1b Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Sat, 14 Jan 2023 12:24:32 -0300 Subject: Removed useless content in the theme --- themes/archie/exampleSite/content/about.md | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 themes/archie/exampleSite/content/about.md (limited to 'themes/archie/exampleSite/content/about.md') diff --git a/themes/archie/exampleSite/content/about.md b/themes/archie/exampleSite/content/about.md deleted file mode 100644 index a412806..0000000 --- a/themes/archie/exampleSite/content/about.md +++ /dev/null @@ -1,28 +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 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). - - - -- cgit v1.2.3