Skip to content

Commit 0af99dc

Browse files
committed
release [minor]: 2.5.0
1 parent 76824c3 commit 0af99dc

File tree

7 files changed

+222
-6803
lines changed

7 files changed

+222
-6803
lines changed

CHANGELOG.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,25 @@
22

33
## [Unreleased]
44

5+
- ...
6+
7+
## [2.5.0] - 2018-07-06
8+
59
### Added
610

711
- Add `.alternate` text param for cover image
812
- YouTube icon in Social Menu
13+
- German translation improvements
914
- Utterances comment system support
15+
- Search Support: Algolia, Fuse.js, Lunr.js
16+
17+
### Changed
18+
19+
- Refactor Widget Area
20+
21+
### Fixed
22+
23+
- Issue #150
1024

1125
## [2.4.0] - 2018-05-30
1226

@@ -220,8 +234,9 @@
220234

221235
- Initial stable release
222236

223-
[Unreleased]: https://github.com/MunifTanjim/minimo/compare/v2.4.0...HEAD
224-
[2.4.0]: https://github.com/MunifTanjim/minimo/compare/v2.3.0...v2.4.0
237+
[Unreleased]: https://github.com/MunifTanjim/minimo/compare/2.5.0...HEAD
238+
[2.5.0]: https://github.com/MunifTanjim/minimo/compare/2.4.0...2.5.0
239+
[2.4.0]: https://github.com/MunifTanjim/minimo/compare/v2.3.0...2.4.0
225240
[2.3.0]: https://github.com/MunifTanjim/minimo/compare/v2.2.0...v2.3.0
226241
[2.2.0]: https://github.com/MunifTanjim/minimo/compare/v2.1.0...v2.2.0
227242
[2.1.0]: https://github.com/MunifTanjim/minimo/compare/v2.0.0...v2.1.0

exampleSite/content/docs/search-support.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
date: 2018-07-05T20:00:00+06:00
3-
lastmod: 2018-07-06T01:00:00+06:00
3+
lastmod: 2018-07-06T01:30:00+06:00
44
title: "Search Support"
55
authors: ["muniftanjim"]
66
categories:
@@ -59,3 +59,7 @@ The next steps are different for each search client:
5959
- [**Lunr.js**]({{< relref "docs/search-lunr-js.md" >}})
6060

6161
After you complete those steps, you are good to go!
62+
63+
## Add Search Widget
64+
65+
You might also want to add the [`search` widget]({{< relref "docs/widgets.md#widget-search" >}}).

exampleSite/content/docs/widgets.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
date: 2018-02-07T18:30:00+06:00
3-
lastmod: 2018-04-12T02:30:00+06:00
3+
lastmod: 2018-07-06T01:30:00+06:00
44
title: Widgets
55
authors: ["muniftanjim"]
66
categories:
@@ -24,9 +24,10 @@ Minimo has the following built-in Widgets:
2424
----------------- | -----------------
2525
1. About | `about`
2626
2. Recent Posts | `recent_posts`
27-
3. Sidebar Menu | `sidebar_menu`
28-
4. Social Menu | `social_menu`
29-
5. Taxonomy Cloud | `taxonomy_cloud`
27+
3. Search | `search`
28+
4. Sidebar Menu | `sidebar_menu`
29+
5. Social Menu | `social_menu`
30+
6. Taxonomy Cloud | `taxonomy_cloud`
3031

3132
### Widget Configuration Options
3233

@@ -52,6 +53,12 @@ Here are the configuration options available for the Widgets:
5253
- `excludeTypes` [`Array` of `String`s]: Types of posts to exclude
5354
_default: `["page"]`_
5455

56+
#### Widget: Search
57+
58+
- `search` [`Map`]:
59+
- `title` [`String`]: Title
60+
_default: `"Search"`_
61+
5562
#### Widget: Sidebar Menu
5663

5764
- `sidebar_menu` [`Map`]:

0 commit comments

Comments
 (0)