File tree Expand file tree Collapse file tree 7 files changed +222
-6803
lines changed
Expand file tree Collapse file tree 7 files changed +222
-6803
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 11---
22date : 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
44title : " Search Support"
55authors : ["muniftanjim"]
66categories :
@@ -59,3 +59,7 @@ The next steps are different for each search client:
5959- [**Lunr.js**]({{< relref "docs/search-lunr-js.md" >}})
6060
6161After 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" >}}).
Original file line number Diff line number Diff line change 11---
22date : 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
44title : Widgets
55authors : ["muniftanjim"]
66categories :
@@ -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 ` ] :
You can’t perform that action at this time.
0 commit comments