From 9bd2ab14f45a1716cf9a3d791c5121aaf79f5cff Mon Sep 17 00:00:00 2001 From: Tunghsiao Liu Date: Sun, 8 Jan 2017 00:18:02 +0800 Subject: [PATCH] =?UTF-8?q?feat(post):=20new=20post=20=E2=80=9CUpgrade=20G?= =?UTF-8?q?uide:=20v1.1.0=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../news/2017-01-07-upgrade-guide-v1.1.0.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 _app/_posts/news/2017-01-07-upgrade-guide-v1.1.0.md diff --git a/_app/_posts/news/2017-01-07-upgrade-guide-v1.1.0.md b/_app/_posts/news/2017-01-07-upgrade-guide-v1.1.0.md new file mode 100644 index 000000000..787892d91 --- /dev/null +++ b/_app/_posts/news/2017-01-07-upgrade-guide-v1.1.0.md @@ -0,0 +1,20 @@ +--- +layout: post +title: "Upgrade Guide: v1.1.0" +category: news +--- + +There're some significant changes in update v1.1.0, action required after you upgrade Almace Scaffolding. + +In your front-matter fields: + +- Replace all `svg-headline`, `img-headline` with `heading-img`. +- Replace all `svg-headline-width`, `img-headline-width` with `heading-img-width`. +- Remove all `svg-headline-height`, `img-headline-height` as they're deprecated and no longer available. +- Add `heading-img-local: true` if images are stored right inside your project. + +Check the following front-matter data for post thumbnails: + +- Replace all `thumb` with `thumbnail`. +- Add `thumb/` prefix to your filename, ie. `thumbnail: thumb/my-post.png`. +- Add `thumbnail-local: true` if thumbnails are stored right inside your project.