hugo-theme-relearn/layouts/partials/initial.html

8 lines
No EOL
376 B
HTML

<h1>Create this Page</h1>
<p>
You need to create a file for this page. You can either
</p>
<ul>
<li>create an _index.md, index.md or otherly named markdown file (depending on Hugo's bundle type) in <b>content</b> folder and fill it with Markdown content</li>
<li>create an <b>index.html</b> file in the <b>static</b> folder and fill the file with HTML content</li>
</ul>