Skip to content

Commit

Permalink
feat(post): new post “Upgrade Guide: v1.1.0”
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Jan 7, 2017
1 parent 6b7bd4d commit 9bd2ab1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions _app/_posts/news/2017-01-07-upgrade-guide-v1.1.0.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 9bd2ab1

Please sign in to comment.