Adding images
Last update: a month ago by Mateusz FilipowiczReading time: 2 min
You can add and embed images into content, as this is standard Markdown feature.
First, add images under content directory -- it can be a single images directory
or images can be added to any directory within content dir.
Then, once you have added images, reference them using Markdown image
syntax: . You can use any image format,
however images in png and jpeg formats will be additionally processed to improve
overal site performance and user experience.
You can leave caption empty, e.g. .
You can also reference external images by providing full URL.
Example
Assuming, that all images will be embed in page.md:
projectβββββcontentβββ index.mdβββ img1.pngβββββimagesβ βββ img2.pngβ ββββanotherβ βββ img3.pngβββββgroupβββ page.mdβββ img4.jpeg
