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

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2016-11-21 15:23:19 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2016-11-22 11:57:03 +0300
commit6c0ecc2d2889e0c2e1b239791839dae6ced6cc56 (patch)
tree216112cbc1a96cbad788b16facd6e89ef7d02845 /docs
parente29f6fe527d6b40b1f1aff0e1628fadc9d1a3704 (diff)
docs: Add release notes about node to page
Updates #2297
Diffstat (limited to 'docs')
-rw-r--r--docs/content/meta/release-notes.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/content/meta/release-notes.md b/docs/content/meta/release-notes.md
index 76650620a..80c199a55 100644
--- a/docs/content/meta/release-notes.md
+++ b/docs/content/meta/release-notes.md
@@ -11,6 +11,24 @@ title: Release Notes
weight: 10
---
+## **0.18.0** ???
+
+In Hugo 0.18 every piece of content is a `Page` ({{<gh 2297 >}}) and this means that every page, including the home page, can have a content file with frontmatter.
+
+Not only is this a much simpler model to understand, it is also faster and it fixes several important issues:
+
+* Enable proper titles for Nodes {{<gh 1051>}}
+* Sitemap.xml should include nodes, as well as pages {{<gh 1303>}}
+* Document homepage content workaround {{<gh 2240>}}
+* Allow home page to be easily authored in markdown {{<gh 720>}}
+* Minimalist website with homepage as content {{<gh 330>}}
+
+
+
+
+
+
+
## **0.17.0** October 7th 2016
Hugo is going global with our 0.17 release. We put a lot of thought into how we could extend Hugo