hugo-orbit-theme
hugo-orbit-theme copied to clipboard
How to use local images?
could not insert images using hugo default, save files in "static/images/01.jpg"
{{< photo full="/images/01.jpg" thumb="/images/01.jpg" alt="" phototitle="Example 01" description="example">}}
@bakerwm do you really mean this theme? May be phugo?
I have the same question, how do I set a local image ?
you should put the local image inside assets directory. full path is static/assets/images/***
With the latest version on #23 you can place your profile image directly within the static folder and add the filename to the config.toml.
There is no need to use a shortcode.