Hugo + netlifyCms image Handling and Shortcodes
Hugo All media files are located in static/img folder of the repository. In markdown text link on the image would be: /img/YourImage. Inserting image in markdown have only 2 params image src and alt as: If you need some other params like dimensions of picture, you can insert html tags or use Hugo shortcodes. Hugo has some default shortcodes. figure is default shortcode for […]