Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kakawait/hugo-tranquilpeak-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibaud Lepretre <thibaud.lepretre@gmail.com>2019-07-10 22:33:36 +0300
committerThibaud Lepretre <thibaud.lepretre@gmail.com>2019-07-10 22:38:11 +0300
commit9dd6c3eabe32aaf6a535af010dc425ea7b394861 (patch)
tree70aa2c96dd2131725a259985ba3676ff38db0d5d /exampleSite
parent6e72216b8a319803174cb832f7f509f18c9832cc (diff)
Remove stupid previous cover Image fix
use `relUrl` instead fixes #236 and #321 and #305
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 8547491..4e271eb 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -139,8 +139,8 @@ canonifyurls = true
# There is many free CDN like Cloudinary or you can also use indirectly
# by using services like Google Photos.
# Current image is on AWS S3 and delivered by AWS CloudFront.
- # Otherwise put your image in folder `static/_images/` (development) or in `source/assets/images/` if you can't or don't want to build the theme,
- # and use relative url : `your-image.png`
+ # Otherwise put your image, for example `cover.jpg` in folder `static/images/`,
+ # and use relative url : `images/cover.jpg`
coverImage = "images/cover.jpg"
# Display an image gallery at the end of a post which have photos variables (false: disabled, true: enabled)