-
-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(post): new post “Upgrade Guide: v1.1.0”
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |