Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/leonardofaria/bento.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Faria <leonardofaria@gmail.com>2020-04-19 05:59:33 +0300
committerLeonardo Faria <leonardofaria@gmail.com>2020-04-19 05:59:33 +0300
commit365739811b052c601ea33db7edd41cc6003584cf (patch)
tree5f9b5ff9c850a66db19817178dbdec557f13c13f
parent7a8d424a384a0938b74b9b898da90971b01e1784 (diff)
Update sample data
-rw-r--r--exampleSite/content/about.md4
-rw-r--r--exampleSite/content/archives.md1
2 files changed, 2 insertions, 3 deletions
diff --git a/exampleSite/content/about.md b/exampleSite/content/about.md
index a412806..8db4c93 100644
--- a/exampleSite/content/about.md
+++ b/exampleSite/content/about.md
@@ -4,6 +4,7 @@ description = "Hugo, the world’s fastest framework for building websites"
date = "2019-02-28"
aliases = ["about-us","about-hugo","contact"]
author = "Hugo Authors"
+type = "Page"
+++
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.
@@ -23,6 +24,3 @@ Hugo is for people who want to hand code their own website without worrying abou
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).
-
-
-
diff --git a/exampleSite/content/archives.md b/exampleSite/content/archives.md
index 9d089a3..73b9438 100644
--- a/exampleSite/content/archives.md
+++ b/exampleSite/content/archives.md
@@ -3,4 +3,5 @@ date: 2019-05-28
type: section
layout: "archives"
title: Archives
+type: "page"
---