Skip to content

Commit bac26e9

Browse files
committedMar 14, 2018
Add default theme and remote_theme values to _config.yml
1 parent b274ada commit bac26e9

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Unreleased
2+
3+
* Add default `theme` and `remote_theme` values to `_config.yml`.
4+
15
## [4.10.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.10.1)
26

37
### Enhancements

‎_config.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
# For technical reasons, this file is *NOT* reloaded automatically when you use
66
# `jekyll serve`. If you change this file, please restart the server process.
77

8+
# Theme Settings
9+
#
10+
# Review documentation to determine if you should use `theme` or `remote_theme`
11+
# https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/#installing-the-theme
12+
13+
# theme : "minimal-mistakes-jekyll"
14+
# remote_theme : "mmistakes/minimal-mistakes"
15+
816
minimal_mistakes_skin : "default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
917

1018
# Site Settings
@@ -83,7 +91,7 @@ social:
8391

8492
# Analytics
8593
analytics:
86-
provider : false # false (default), "google", "google-universal", "google-gtag", "custom"
94+
provider : false # false (default), "google", "google-universal", "custom"
8795
google:
8896
tracking_id :
8997

‎docs/_docs/18-history.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@ permalink: /docs/history/
44
excerpt: "Change log of enhancements and bug fixes made to the theme."
55
sidebar:
66
nav: docs
7-
last_modified_at: 2018-03-12T19:29:34-04:00
7+
last_modified_at: 2018-03-14T12:54:07-04:00
88
toc: true
99
---
1010

11+
## Unreleased
12+
13+
* Add default `theme` and `remote_theme` values to `_config.yml`.
14+
1115
## [4.10.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.10.1)
1216

1317
### Enhancements

0 commit comments

Comments
 (0)
Please sign in to comment.