pacollins / hugo-future-imperfect-slim

Multilingual Blogging Theme for Hugo | Check the Wiki for Documentation
https://themes.gohugo.io/hugo-future-imperfect-slim/
Other
303 stars 194 forks source link

QUESTION: Make homepage /"Home"-link to static site #261

Closed zwogorg closed 3 years ago

zwogorg commented 3 years ago

Hi,

I'm new to hugo and this theme but I love it so far. But I have on question: Let's say my site's url is example.com. When I open example.com in a browser the startpage shows latest blog posts. I'd like this site to be a static welcome page, so that the blog posts are reachable via the "Blog"-menu.

How can I achieve this?

Greetings zwog

pacollins commented 3 years ago

You would have to make it yourself at YOURSITE/layouts/index.html.

layouts/_default/single.html is what I would use to build it from.

Hope that helps get you started, feel free to keep commenting if you need more help!

zwogorg commented 3 years ago

Thanks, that was exactly the information I needed. It works now :)