Added an
index.html
under hugo-lithium/ to set homepage content.- Trying to get an
index.md
to 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.html
from the/front-page/
directory into/static/index.html
.
- instead: put the index.html in /contents/etc then manually copy it into