Skip to content

Commit

Permalink
feat(post): add new post "Jekyll Theme Compatibility"
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Nov 7, 2016
1 parent 0cd3a66 commit 4f76f56
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions _app/_posts/news/2016-11-07-jekyll-theme-compatibility.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
layout: post
title: Jekyll Theme Compatibility
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.

0 comments on commit 4f76f56

Please sign in to comment.