Skip to content

Commit

Permalink
release [minor]: 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MunifTanjim committed Jul 5, 2018
1 parent 76824c3 commit ca73ce9
Show file tree
Hide file tree
Showing 7 changed files with 221 additions and 6,802 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,25 @@

## [Unreleased]

- ...

## [2.5.0] - 2018-07-06

### Added

- Add `.alternate` text param for cover image
- YouTube icon in Social Menu
- German translation improvements
- Utterances comment system support
- Search Support: Algolia, Fuse.js, Lunr.js

### Changed

- Refactor Widget Area

### Fixed

- Issue #150

## [2.4.0] - 2018-05-30

Expand Down Expand Up @@ -220,7 +234,8 @@

- Initial stable release

[Unreleased]: https://github.com/MunifTanjim/minimo/compare/v2.4.0...HEAD
[Unreleased]: https://github.com/MunifTanjim/minimo/compare/v2.5.0...HEAD
[2.5.0]: https://github.com/MunifTanjim/minimo/compare/v2.4.0...v2.5.0
[2.4.0]: https://github.com/MunifTanjim/minimo/compare/v2.3.0...v2.4.0
[2.3.0]: https://github.com/MunifTanjim/minimo/compare/v2.2.0...v2.3.0
[2.2.0]: https://github.com/MunifTanjim/minimo/compare/v2.1.0...v2.2.0
Expand Down
6 changes: 5 additions & 1 deletion exampleSite/content/docs/search-support.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
date: 2018-07-05T20:00:00+06:00
lastmod: 2018-07-06T01:00:00+06:00
lastmod: 2018-07-06T01:30:00+06:00
title: "Search Support"
authors: ["muniftanjim"]
categories:
Expand Down Expand Up @@ -59,3 +59,7 @@ The next steps are different for each search client:
- [**Lunr.js**]({{< relref "docs/search-lunr-js.md" >}})

After you complete those steps, you are good to go!

## Add Search Widget

You might also want to add the [`search` widget]({{< relref "docs/widgets.md#widget-search" >}}).
15 changes: 11 additions & 4 deletions exampleSite/content/docs/widgets.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
date: 2018-02-07T18:30:00+06:00
lastmod: 2018-04-12T02:30:00+06:00
lastmod: 2018-07-06T01:30:00+06:00
title: Widgets
authors: ["muniftanjim"]
categories:
Expand All @@ -24,9 +24,10 @@ Minimo has the following built-in Widgets:
----------------- | -----------------
1. About | `about`
2. Recent Posts | `recent_posts`
3. Sidebar Menu | `sidebar_menu`
4. Social Menu | `social_menu`
5. Taxonomy Cloud | `taxonomy_cloud`
3. Search | `search`
4. Sidebar Menu | `sidebar_menu`
5. Social Menu | `social_menu`
6. Taxonomy Cloud | `taxonomy_cloud`

### Widget Configuration Options

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

#### Widget: Search

- `search` [`Map`]:
- `title` [`String`]: Title
_default: `"Search"`_

#### Widget: Sidebar Menu

- `sidebar_menu` [`Map`]:
Expand Down
Loading

0 comments on commit ca73ce9

Please sign in to comment.