Hy there,
I use Hugo for my Photoblog and am pretty happy how things work. However, I stumbled upon a limitation, either of my Hugo-Skills or of Hugo itself:
My goal is to have a rather clean landing page for my blog (c.f. https://holger.tk). Only the headline and one selected photo should be displayed for each post.
I know that I can use <!--more-->
to split a blog entry in two halves. When clicking on “read more”, I get the entire blog post. However, this limits me to either put the nicest picture on top, which breaks the chronological order; or I need to show the chronologically first picture on the landing page, which is not necessarily the nicest.
Is there some feature/workaround/… that allows me to specify content that is shown on the landing page only? After clicking on “read more”, the actual post is then displayed without repeating the teaser?
+++
title = "A highly interesting post"
date = "2017-05-01"
type = “post”
+++
!pix](/photos/foo/picture_3.jpeg)
<–start–>
Text text text …
!pix](/photos/foo/picture_1.jpeg)
!pix](/photos/foo/picture_2.jpeg)
Text text text …
!pix](/photos/foo/picture_3.jpeg)
!pix](/photos/foo/picture_4.jpeg)