diff --git a/_app/_posts/news/2016-11-07-jekyll-theme-compatibility.md b/_app/_posts/news/2016-11-07-jekyll-theme-compatibility.md index 7d74f5c28..8808d332b 100644 --- a/_app/_posts/news/2016-11-07-jekyll-theme-compatibility.md +++ b/_app/_posts/news/2016-11-07-jekyll-theme-compatibility.md @@ -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.