Skip to content

Commit 57ac199

Browse files
committed
Released version 1.6.0
1 parent 470bf6b commit 57ac199

File tree

1 file changed

+42
-1
lines changed

1 file changed

+42
-1
lines changed

CHANGELOG.md

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,46 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [1.6.0] - 2018-06-11
10+
### Deprecated
11+
- `featuredImage: "/absolute/url/to/image"` parameter <br>
12+
The next version will support [Page Resources](http://gohugo.io/content-management/page-resources/) so you should have a better folder structure and you change:
13+
```
14+
# OLD Structure / deprecated
15+
content/article/support-me-and-this-theme.md
16+
static/images/patreon.png
17+
18+
# NEW structure
19+
content/article/support-me-and-this-theme/index.md
20+
content/article/support-me-and-this-theme/featuredImage.png
21+
```
22+
23+
- `gallery: []` parameter <br>
24+
The next version will support [Page Resources](http://gohugo.io/content-management/page-resources/) so you should have a better folder structure and you change:
25+
```
26+
# OLD Structure / deprecated
27+
content/gallery/my-trip-to-scotland.md
28+
static/images/scotland1.jpg
29+
static/images/scotland2.jpg
30+
...
31+
32+
# NEW structure
33+
content/gallery/my-trip-to-scotland/index.md
34+
content/article/my-trip-to-scotland/scotland1.jpg
35+
content/article/my-trip-to-scotland/scotland2.jpg
36+
...
37+
```
38+
You don't have to add the images manually to an array, instead all images in the content folder will be used automatically.
39+
40+
41+
### Fixed
42+
- Relative URLs fo taxonomy author, categories, tags - contributed by @anhchungite
43+
44+
### Added
45+
- Customizable copyright and credits footer - big thanks to @nnja!
46+
- LinkedIn social media support, contributed by @pdoro
47+
- Support for Twitter meta data specification, contributed by @nisargap
48+
949
## [1.5.0] - 2018-05-13
1050
### Fixed
1151
- Broken links #72
@@ -47,7 +87,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
4787
- Some typos
4888

4989

50-
[Unreleased]: https://github.com/Lednerb/bilberry-hugo-theme/compare/1.5.0...HEAD
90+
[Unreleased]: https://github.com/Lednerb/bilberry-hugo-theme/compare/1.6.0...master
91+
[1.6.0]: https://github.com/Lednerb/bilberry-hugo-theme/compare/1.5.0...1.6.0
5192
[1.5.0]: https://github.com/Lednerb/bilberry-hugo-theme/compare/1.4.0...1.5.0
5293
[1.4.0]: https://github.com/Lednerb/bilberry-hugo-theme/compare/1.3.0...1.4.0
5394
[1.3.0]: https://github.com/Lednerb/bilberry-hugo-theme/compare/1.2.2...1.3.0

0 commit comments

Comments
 (0)