Hugo Landing Page
We have a hugo site, but rather than show a list of recent articles on the “landing” page (or the root page) we will create a landing page with some links on it with Hugo.
Create Layout Page
First, we’ll create our landing page in layouts/index.html
. If we have a theme (this example uses kiera), we can
copy themes/kiera/index.html layouts/index.html
and modify the new index.html.