Skip to content

Commit 6c8c5bb

Browse files
committed
release [minor]: 2.4.0
1 parent 871a22c commit 6c8c5bb

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

55
- ...
66

7+
## [2.4.0] - 2018-05-30
8+
9+
### Added
10+
11+
- Chinese translation improvements
12+
- Support for any widgets in Footer widget area
13+
- Nested items support in Sidebar Menu
14+
15+
### Fixed
16+
17+
- Staticman comments `comments_depth` count
18+
719
## [2.3.0] - 2018-05-09
820

921
### Added
@@ -204,7 +216,8 @@
204216

205217
- Initial stable release
206218

207-
[Unreleased]: https://github.com/MunifTanjim/minimo/compare/v2.3.0...HEAD
219+
[Unreleased]: https://github.com/MunifTanjim/minimo/compare/v2.4.0...HEAD
220+
[2.4.0]: https://github.com/MunifTanjim/minimo/compare/v2.3.0...v2.4.0
208221
[2.3.0]: https://github.com/MunifTanjim/minimo/compare/v2.2.0...v2.3.0
209222
[2.2.0]: https://github.com/MunifTanjim/minimo/compare/v2.1.0...v2.2.0
210223
[2.1.0]: https://github.com/MunifTanjim/minimo/compare/v2.0.0...v2.1.0

netlify.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
[build]
22
publish = "exampleSite/public"
3+
4+
[context.production]
5+
command = "hugo --source=exampleSite --theme=../.. --baseURL=${URL}"
6+
7+
[context.branch-deploy]
8+
command = "hugo --source=exampleSite --theme=../.. --baseURL=${DEPLOY_PRIME_URL}"
9+
10+
[context.deploy-preview]
311
command = "hugo --source=exampleSite --theme=../.. --baseURL=${DEPLOY_PRIME_URL}"
412

513
[build.environment]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "minimo",
33
"description": "Minimalist theme for Hugo",
4-
"version": "2.3.0",
4+
"version": "2.4.0",
55
"author": {
66
"name": "Munif Tanjim",
77
"url": "https://muniftanjim.com"

0 commit comments

Comments
 (0)