Added an
index.htmlunder hugo-lithium/ to set homepage content.- Trying to get an
index.mdto work. It needs to compile to simple HTML and pass through the header and footer Hugo markup. Userender("index.md",html_fragment)? Doesn’t work: it puts the plan text in a- instead: put the index.html in /contents/etc then manually copy it into
hugo-lithium/layouts. Let’s call itfront-page.Rmd - Ahah! All you need to do is more the
index.htmlfrom the/front-page/directory into/static/index.html.
- instead: put the index.html in /contents/etc then manually copy it into