Skip to content

Commit

Permalink
Released version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lednerb committed Jun 11, 2018
1 parent 470bf6b commit 57ac199
Showing 1 changed file with 42 additions and 1 deletion.
43 changes: 42 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,46 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [1.6.0] - 2018-06-11
### Deprecated
- `featuredImage: "/absolute/url/to/image"` parameter <br>
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:
```
# OLD Structure / deprecated
content/article/support-me-and-this-theme.md
static/images/patreon.png
# NEW structure
content/article/support-me-and-this-theme/index.md
content/article/support-me-and-this-theme/featuredImage.png
```

- `gallery: []` parameter <br>
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:
```
# OLD Structure / deprecated
content/gallery/my-trip-to-scotland.md
static/images/scotland1.jpg
static/images/scotland2.jpg
...
# NEW structure
content/gallery/my-trip-to-scotland/index.md
content/article/my-trip-to-scotland/scotland1.jpg
content/article/my-trip-to-scotland/scotland2.jpg
...
```
You don't have to add the images manually to an array, instead all images in the content folder will be used automatically.


### Fixed
- Relative URLs fo taxonomy author, categories, tags - contributed by @anhchungite

### Added
- Customizable copyright and credits footer - big thanks to @nnja!
- LinkedIn social media support, contributed by @pdoro
- Support for Twitter meta data specification, contributed by @nisargap

## [1.5.0] - 2018-05-13
### Fixed
- Broken links #72
Expand Down Expand Up @@ -47,7 +87,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Some typos


[Unreleased]: https://github.com/Lednerb/bilberry-hugo-theme/compare/1.5.0...HEAD
[Unreleased]: https://github.com/Lednerb/bilberry-hugo-theme/compare/1.6.0...master
[1.6.0]: https://github.com/Lednerb/bilberry-hugo-theme/compare/1.5.0...1.6.0
[1.5.0]: https://github.com/Lednerb/bilberry-hugo-theme/compare/1.4.0...1.5.0
[1.4.0]: https://github.com/Lednerb/bilberry-hugo-theme/compare/1.3.0...1.4.0
[1.3.0]: https://github.com/Lednerb/bilberry-hugo-theme/compare/1.2.2...1.3.0
Expand Down

0 comments on commit 57ac199

Please sign in to comment.