You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
6
and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
+
## [Unreleased] -
9
+
10
+
### Changed
11
+
- Use [jekyll-remote-theme](https://github.com/benbalter/jekyll-remote-theme) for demo site.
12
+
- Update GitHub Pages compatible installation instructions to include jekyll-remote-theme method.
13
+
8
14
## [1.1.3] - 2017-10-19
9
15
10
16
### Fixed
@@ -17,11 +23,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
17
23
- Fixed sidebar visibility bug in Firefox and Safari by adding toggling `visibility: hidden`. [#31](https://github.com/mmistakes/jekyll-theme-basically-basic/issues/31)
18
24
19
25
## [1.1.1] - 2017-09-06
26
+
20
27
### Changed
21
28
- Change `gems` key in `_config.yml` to `plugins`. [#23](https://github.com/mmistakes/jekyll-theme-basically-basic/pull/23)
22
29
- Fixed Liquid syntax error: "Expected id but found end_of_string_in `cv.skills.`" in `/cv/skills.html` include.
0 commit comments