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

github.com/geschke/hugo-tikva.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Geschke <ralf@kuerbis.org>2018-11-22 21:38:31 +0300
committerRalf Geschke <ralf@kuerbis.org>2018-11-22 21:38:31 +0300
commit08aa9f7e77841aef273f1d8e2832d4445b6c545c (patch)
tree0217cf5e259274537264876025b26b4d5b00f29c
parent3328600d9981e98aa1984a9f3861a54f2bcad458 (diff)
Prettier formatting
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3edabbb..1b485e8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,7 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Changed
-- Handling of footer, subfooter and sidebar folders. The concept of getting footer, subfooter and sidebar content from regular markdown files makes content generation comfortable, but has the disadvantage that Hugo creates all folders which are placed in the main `content` folder. To prevent this, page bundles can be declared as "headless", i.e. the bundle will not be published, see https://gohugo.io/content-management/page-bundles/#headless-bundle . To make clear the difference to the previous version a backward incompatible change has been added. The folders "`footer`", "`subfooter`" and "`sidebar`" have to be created in the folder `content/sections/`. If you have already used these folders, just create a new directory `sections` into your `content` directory and move `footer`, `subfooter` and `sidebar` into this new folder. To make the folders "headless" add a file named "`index.md`" into the directories with the following content:
+- Handling of footer, subfooter and sidebar folders. The concept of getting footer, subfooter and sidebar content from regular markdown files makes content generation comfortable, but has the disadvantage that Hugo creates all folders which are placed in the main `content` folder. To prevent this, page bundles can be declared as *headless*, i.e. the bundle will not be published. See https://gohugo.io/content-management/page-bundles/#headless-bundle . To make clear the difference to the previous version a backward incompatible modification has been added. The folders `footer`, `subfooter` and `sidebar` have to be created in the folder `content/sections/`. If you have already used these folders, just create a new directory with the name `sections` into your content directory and move `footer`, `subfooter` and `sidebar` into this new folder. To make the folders *headless*, add a file `index.md` into these directories with the following content:
```
---
headless: true