Deprecated
-
featuredImage: "/absolute/url/to/image"
parameter
The next version will support Page Resources so you should have a better folder structure and you change:# OLD Structure / deprecated content/article/support-me-and-this-theme.md static/images/patreon.png # NEW structure content/article/support-me-and-this-theme/index.md content/article/support-me-and-this-theme/featuredImage.png
-
gallery: []
parameter
The next version will support Page Resources so you should have a better folder structure and you change:# OLD Structure / deprecated content/gallery/my-trip-to-scotland.md static/images/scotland1.jpg static/images/scotland2.jpg ... # NEW structure content/gallery/my-trip-to-scotland/index.md content/article/my-trip-to-scotland/scotland1.jpg content/article/my-trip-to-scotland/scotland2.jpg ...
You don't have to add the images manually to an array, instead all images in the content folder will be used automatically.
Fixed
- Relative URLs fo taxonomy author, categories, tags - contributed by @anhchungite