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

8 lines
376 B
HTML
Raw Normal View History

2022-07-05 22:15:33 +00:00
<h1>Create this Page</h1>
<p>
2022-07-05 22:15:33 +00:00
You need to create a file for this page. You can either
</p>
<ul>
2022-07-05 22:15:33 +00:00
<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>