From 675cacac8408403a907e2937b3e485eeefe05b1c Mon Sep 17 00:00:00 2001 From: Alexander Bilz <mail@alexbilz.com> Date: Fri, 08 Jan 2021 11:14:07 +0000 Subject: [PATCH] Merge branch 'master' into pr/72 --- exampleSite/content/_index.md | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md index ed6494b..3e127b3 100644 --- a/exampleSite/content/_index.md +++ b/exampleSite/content/_index.md @@ -1,3 +1,24 @@ +++ author = "Hugo Authors" +++ + +<!-- +This file is left intentionally empty by default to be backward compatible with initial theme setup. + +Although the theme has advanced a little bit and it now allows to specify the content on the main page (even if the list of posts/articles is not intended). +This can be: +- with the list of posts/articles (default: `mainSections = ["post"]) or +- without the list of posts/articles (by setting `mainSections = [""]`) + +Markdown supported, ie: + +``` +# Welcome + +- Hugo :rocket: +- Hugo theme :rocket: + +Don't forget to check the README.md file! +``` + +--> -- Gitblit v1.10.0