Skip to content

Commit

Permalink
feat(post): more info for “Jekyll Theme Compatibility”
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Jan 5, 2017
1 parent 2868761 commit a072542
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion _app/_posts/news/2016-11-07-jekyll-theme-compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ category: news

With recent release of Jekyll, it gets the built-in ability to support [themes](https://jekyllrb.com/docs/themes/), since we've already added theme support in 2015, the original config variables `theme` would be conflicted with the built-in one.

To solve this issue, I've rename our `theme` option to `amsf_theme`. So now you can simply rename your original `theme` option in `_amsf.yml` to `amsf_theme` after processing the update.
To solve this issue, I've rename our `theme` option to `amsf_theme`. And here's what you need to do to resovle compatibility issues after upgrading to latest Almace Scaffolding:

- Rename your original `theme` option in `_amsf.yml` to `amsf_theme`.
- Add `amsf_theme_url` with your theme Git URL.
- Replace all `site.theme` with `site.amsf_theme` in your page templates.

0 comments on commit a072542

Please sign in to comment.