Tags page as homepage
I'm using the magazine template and would like to turn my tags page (/tags) into my blog's landing page (homepage). Is it possible?
Yes, you will need to change the url
key of the tags.html view in package.json from /tags
to /
.
You can see the relevant line highlighted in package.json.
Answered 2 years ago · Edit answerComing back here to ask for one more thing. Since I turned my tags page into my homepage, I no longer have the visualization that used to exist as the homepage of the magazine template but I would love to still have it in a different url. Where can I specify this? Thanks
Answered 2 years ago · Edit answerWhat do you mean by the visualisation on the homepage? A featured post and a list of recent posts?
Answered 2 years ago · Edit answerYes, exatcly! (I'm asking because I would like to create a link called "Recent Posts" in my menu bar that points to it).
Answered 2 years ago · Edit answer