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 12:27:38 +0300
committerRalf Geschke <ralf@kuerbis.org>2018-11-22 12:27:38 +0300
commit420ce6fe81c20469d4b63c876cbb07092920794e (patch)
tree587fbec39d345acfa3a41b1855646e0ae0440485 /CHANGELOG.md
parent4021ab48debc36b0d4b5d89970820ae12084b834 (diff)
Backup commit, work in progress, but not the final solution
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..663fdbe
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,20 @@
+# Changelog
+
+All notable changes to this project will be documented in this file.
+
+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+
+## 0.2 - 2018-11-21
+
+### Added
+
+- This CHANGELOG file and version numbering
+
+### 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. If a folder will be excluded by *ignoreFiles* option, no content is generated, to footer, subfooter and sidebar remain empty. To solve this, this theme makes use of a folder with the default name `content_sections` in the project's root directory. The footer, subfooter and sidebar folders and their files have to be placed into this folder. Please have a look at the folder structure of `exampleSite`. It is possible to use another folder which is reachable in the project's directory, see the new config option `contentSectionsPath = "/my-sections-folder/"`.
+- min_version in theme.toml bumped to 0.48
+
+## 0.1 - 2018-11-21
+
+- First release