Merge branch 'release/3.2.13'
This commit is contained in:
commit
4dca159fbf
5 changed files with 18 additions and 16 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
## [3.2.13](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.13)
|
||||||
|
|
||||||
|
### Enhancement
|
||||||
|
|
||||||
|
- Add English default UI text for Canada, Great Britain, and Australia. [#377](https://github.com/mmistakes/minimal-mistakes/issues/377)
|
||||||
|
- Switch default locale from `en-US` to `en`.
|
||||||
|
|
||||||
## [3.2.12](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.12)
|
## [3.2.12](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.12)
|
||||||
|
|
||||||
### Enhancements
|
### Enhancements
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
# `jekyll serve`. If you change this file, please restart the server process.
|
# `jekyll serve`. If you change this file, please restart the server process.
|
||||||
|
|
||||||
# Site Settings
|
# Site Settings
|
||||||
locale : "en-US"
|
locale : "en"
|
||||||
title : "Site Title"
|
title : "Site Title"
|
||||||
title_separator : "-"
|
title_separator : "-"
|
||||||
name : "Your Name"
|
name : "Your Name"
|
||||||
|
|
|
@ -1,16 +1,7 @@
|
||||||
# main links links
|
# main links links
|
||||||
main:
|
main:
|
||||||
- title: "Quick-Start Guide"
|
- title: "Sample Navigation Link"
|
||||||
url: https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/
|
url: https://mmistakes.github.io/minimal-mistakes/docs/navigation/
|
||||||
|
|
||||||
- title: "About"
|
- title: "Sample Navigation Link 2"
|
||||||
url: https://mmistakes.github.io/minimal-mistakes/
|
url: /
|
||||||
|
|
||||||
- title: "Sample Posts"
|
|
||||||
url: https://mmistakes.github.io/minimal-mistakes/year-archive/
|
|
||||||
|
|
||||||
- title: "Sample Pages"
|
|
||||||
url: https://mmistakes.github.io/minimal-mistakes/page-archive/
|
|
||||||
|
|
||||||
- title: "Sample Collections"
|
|
||||||
url: https://mmistakes.github.io/minimal-mistakes/collection-archive/
|
|
|
@ -29,7 +29,11 @@ en: &DEFAULT_EN
|
||||||
undefined_wpm : "Undefined parameter words_per_minute at _config.yml"
|
undefined_wpm : "Undefined parameter words_per_minute at _config.yml"
|
||||||
en-US:
|
en-US:
|
||||||
<<: *DEFAULT_EN
|
<<: *DEFAULT_EN
|
||||||
en-UK:
|
en-CA:
|
||||||
|
<<: *DEFAULT_EN
|
||||||
|
en-GB:
|
||||||
|
<<: *DEFAULT_EN
|
||||||
|
en-AU:
|
||||||
<<: *DEFAULT_EN
|
<<: *DEFAULT_EN
|
||||||
|
|
||||||
# Spanish
|
# Spanish
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "minimal-mistakes",
|
"name": "minimal-mistakes",
|
||||||
"version": "3.2.12",
|
"version": "3.2.13",
|
||||||
"description": "Minimal Mistakes Jekyll theme npm build scripts",
|
"description": "Minimal Mistakes Jekyll theme npm build scripts",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in a new issue